mirror of
https://github.com/ansible/awx.git
synced 2026-09-15 08:20:10 -02:30
8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
@import "src/shared/text-label.less";
|
|
|
|
.host-disabled-label {
|
|
&:after {
|
|
.include-text-label(#676767; white; "disabled");
|
|
}
|
|
}
|