mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
Merge pull request #210 from marshmalien/fix/7181-vertically-center-isolated-badge
Align isolated badge with instance group title
This commit is contained in:
@@ -110,14 +110,13 @@
|
|||||||
|
|
||||||
.JobResults-isolatedBadge {
|
.JobResults-isolatedBadge {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
align-self: center;
|
|
||||||
background-color: @default-list-header-bg;
|
background-color: @default-list-header-bg;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: @default-stdout-txt;
|
color: @default-stdout-txt;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
margin-left: 10px;
|
margin: 3px 0 0 10px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user