mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
24 lines
421 B
Plaintext
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;
|
|
}
|
|
}
|