mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
36 lines
581 B
SCSS
36 lines
581 B
SCSS
.edit-query-page {
|
|
@include page;
|
|
|
|
.ace_content {
|
|
min-height: 500px !important;
|
|
}
|
|
|
|
&__count-spinner {
|
|
margin-right: $pad-small;
|
|
}
|
|
&__page-loading {
|
|
.loading-spinner {
|
|
margin: $pad-large 0 0;
|
|
}
|
|
}
|
|
&__page-error {
|
|
h4 {
|
|
margin: 0;
|
|
margin-top: 28px;
|
|
margin-left: -7px;
|
|
font-size: $small;
|
|
|
|
img {
|
|
transform: scale(0.5);
|
|
vertical-align: middle;
|
|
position: relative;
|
|
top: -2px;
|
|
}
|
|
}
|
|
p {
|
|
margin: 0;
|
|
margin-top: $pad-medium;
|
|
font-size: $x-small;
|
|
}
|
|
}
|
|
}
|