24 lines
421 B
Plaintext

.at-LaunchTemplate {
&--button {
font-size: 16px;
height: 30px;
min-width: 30px;
color: #848992;
background-color: inherit;
border: none;
border-radius: 5px;
}
&--button:hover {
background-color: @at-blue;
color: white;
}
}
.open {
.at-LaunchTemplate--button {
background-color: @at-blue;
color: white;
}
}