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