mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
use newer variables
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
}
|
||||
.TagComponent {
|
||||
color: white;
|
||||
background: #337AB7;
|
||||
background: @at-blue;
|
||||
border-radius: @at-space;
|
||||
font-size: 12px;
|
||||
display: flex;
|
||||
@@ -48,6 +48,6 @@
|
||||
|
||||
.TagComponent-button:hover {
|
||||
cursor: pointer;
|
||||
border-color: @default-err;
|
||||
background-color: @default-err;
|
||||
border-color: @at-color-error;
|
||||
background-color: @at-color-error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user