fleet/frontend/components/queries/ScheduledQueriesListWrapper/_styles.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;
}
}