mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-30 11:51:48 -05:00
* Faster build times * Smaller bundle sizes * Adjust paths * Cleanup npm dependencies * Remove unneded Grunt tasks
16 lines
313 B
Plaintext
16 lines
313 B
Plaintext
.host-disabled-label {
|
|
&:after {
|
|
display: inline-block;
|
|
content: "disabled";
|
|
border-radius: 3px;
|
|
color: @default-icon;
|
|
text-transform: uppercase;
|
|
font-size: .7em;
|
|
font-style: normal;
|
|
margin-left: 0.5em;
|
|
padding: 0.35em;
|
|
padding-bottom: 0.2em;
|
|
line-height: 1.1;
|
|
}
|
|
}
|