mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 02:00:01 -03:30
Update less variable names
This commit is contained in:
committed by
Jake McDermott
parent
c08538b8f0
commit
fa59f46f2b
@@ -2,15 +2,15 @@
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
|
||||||
&-menuTop {
|
&-menuTop {
|
||||||
color: @at-gray-dark-4x;
|
color: @at-gray-848992;
|
||||||
border: 1px solid @at-gray-dark-2x;
|
border: 1px solid @at-gray-f2;
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-menuBottom {
|
&-menuBottom {
|
||||||
color: @at-gray-dark-4x;
|
color: @at-gray-848992;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -42,8 +42,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-toggle {
|
&-toggle {
|
||||||
color: @at-gray-dark-4x;
|
color: @at-gray-848992;
|
||||||
background-color: @at-gray-light;
|
background-color: @at-gray-eb;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
|
|
||||||
@@ -56,12 +56,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-line {
|
&-line {
|
||||||
color: @at-gray-dark-6x;
|
color: @at-gray-161b1f;
|
||||||
background-color: @at-gray-light;
|
background-color: @at-gray-eb;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
border-right: 1px solid @at-gray-dark-2x;
|
border-right: 1px solid @at-gray-b7;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -93,9 +93,9 @@
|
|||||||
height: calc(~"100vh - 240px");
|
height: calc(~"100vh - 240px");
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
border: 1px solid @at-gray-dark-2x;
|
border: 1px solid @at-gray-b7;
|
||||||
background-color: @at-gray-light-2x;
|
background-color: @at-gray-f2;
|
||||||
color: @at-gray-dark-6x;
|
color: @at-gray-161b1f;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user