mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Add missing styles for system tracking
This commit is contained in:
24
awx/ui/static/js/system-tracking/fact-data-error.block.less
Normal file
24
awx/ui/static/js/system-tracking/fact-data-error.block.less
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
/** @define FactDataError */
|
||||||
|
|
||||||
|
@import "shared/branding/colors.less";
|
||||||
|
|
||||||
|
.FactDataError {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
// background-color: @ansible-red;
|
||||||
|
|
||||||
|
&-message {
|
||||||
|
font-family: merriweather;
|
||||||
|
font-size: 1.5em;
|
||||||
|
line-height: 1.5;
|
||||||
|
text-align: center;
|
||||||
|
width: 75%;
|
||||||
|
margin-bottom: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-note {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
.SystemTrackingContainer {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
min-height: 85vh;
|
||||||
|
> * {
|
||||||
|
flex: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-main {
|
||||||
|
flex: 1;
|
||||||
|
align-self: stretch;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user