mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 01:58:09 -03:30
See https://gist.github.com/joefiorini/3a8c36bcedf7ad954952 for an explanation of the comparison logic.
21 lines
377 B
Plaintext
21 lines
377 B
Plaintext
/* oops */
|
|
|
|
.include-text-label(@background-color; @color; @content) {
|
|
display: inline-block;
|
|
content: @content;
|
|
|
|
border-radius: 3px;
|
|
background-color: @background-color;
|
|
color: @color;
|
|
text-transform: uppercase;
|
|
font-size: .7em;
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
margin-left: 0.5em;
|
|
padding: 0.35em;
|
|
padding-bottom: 0.2em;
|
|
line-height: 1.1;
|
|
}
|
|
|
|
|