mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-02 06:01:48 -05:00
See https://gist.github.com/joefiorini/3a8c36bcedf7ad954952 for an explanation of the comparison logic.
8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
@import "../js/shared/text-label.less";
|
|
|
|
.host-disabled-label {
|
|
&:after {
|
|
.include-text-label(#676767; white; "disabled");
|
|
}
|
|
}
|