mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
23 lines
321 B
SCSS
23 lines
321 B
SCSS
.query-progress-details {
|
|
@at-root &.query-results-table__full-screen {
|
|
float: left;
|
|
}
|
|
|
|
&__wrapper {
|
|
display: inline-block;
|
|
max-width: 420px;
|
|
|
|
em {
|
|
color: $accent-text;
|
|
font-size: 0.8em;
|
|
}
|
|
}
|
|
|
|
&__btn-wrapper {
|
|
float: right;
|
|
|
|
.button {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|