mirror of
https://github.com/ansible/awx.git
synced 2026-04-08 19:49:22 -02:30
Display comparisons with data from API
See https://gist.github.com/joefiorini/3a8c36bcedf7ad954952 for an explanation of the comparison logic.
This commit is contained in:
20
awx/ui/static/js/shared/text-label.less
Normal file
20
awx/ui/static/js/shared/text-label.less
Normal file
@@ -0,0 +1,20 @@
|
||||
/* 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user