mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
remove padding when no host summary results are visible, use @default-interface-txt, resolves #2045 (#2235)
This commit is contained in:
parent
59c169ff27
commit
4d826c2b41
@ -1,3 +1,4 @@
|
||||
@import '../../shared/branding/colors.default.less';
|
||||
.HostSummary-graph--successful{
|
||||
text-anchor: start !important;
|
||||
}
|
||||
@ -7,7 +8,10 @@
|
||||
.HostSummary-graph--changed{
|
||||
text-anchor: start !important;
|
||||
}
|
||||
.HostSUmmary-graph--unreachable{}
|
||||
.HostSummary-loading{
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
.HostSummary-loading{
|
||||
padding-left: 0px !important;
|
||||
color: @default-interface-txt;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user