mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
28 lines
422 B
SCSS
28 lines
422 B
SCSS
.scheduled-queries-list-wrapper {
|
|
@include flex-grow(1);
|
|
padding: $pad-small $pad-base;
|
|
margin-bottom: $base;
|
|
|
|
&__query-count {
|
|
margin: 0 0 15px;
|
|
}
|
|
|
|
&__queries-list-wrapper {
|
|
margin-top: $pad-base;
|
|
clear: both;
|
|
}
|
|
|
|
&__search-queries-input {
|
|
float: left;
|
|
display: inline-block;
|
|
width: '400px';
|
|
}
|
|
|
|
&__query-btn {
|
|
float: right;
|
|
}
|
|
|
|
&__search-queries {
|
|
float: left;
|
|
}
|
|
}
|