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