mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Add missing styles for system tracking
This commit is contained in:
parent
5beb7b1aa0
commit
0dd9c4e5eb
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;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user