fleet/frontend/pages/queries/ManageQueriesPage/_styles.scss

78 lines
1.1 KiB
SCSS
Raw Normal View History

.manage-queries-page {
&__delete-queries-btn {
font-size: 15px;
font-weight: $regular;
}
&__header-wrap {
display: flex;
justify-content: space-between;
}
2017-01-10 02:58:18 +00:00
&__ctas {
flex-grow: 1;
2017-01-10 02:58:18 +00:00
text-align: right;
}
&__query-count {
color: $core-dark-blue-grey;
font-size: $x-small;
font-weight: $bold;
2017-01-10 02:58:18 +00:00
margin: 0 12px 0 0;
display: inline-block;
}
2017-01-10 02:58:18 +00:00
&__filter-and-cta {
display: flex;
2017-01-10 02:58:18 +00:00
margin-bottom: $pad-small;
.form-field {
margin: 0;
}
input {
&[name='query-filter'] {
width: 100%;
margin-top: 24px;
}
}
}
2017-01-10 02:58:18 +00:00
&__filter-queries {
flex-grow: 1;
2017-01-10 02:58:18 +00:00
position: relative;
.input-field {
padding-left: 42px;
}
.kolidecon {
position: absolute;
top: 36px;
2017-01-10 02:58:18 +00:00
left: 9px;
font-size: 18px;
color: $ui-medium-grey;
2017-01-10 02:58:18 +00:00
}
}
&__title {
2017-01-10 02:58:18 +00:00
margin: 0 0 12px;
}
&__wrapper {
padding: 50px 30px;
min-height: 90vh;
}
&__modal-btn-wrap {
display: flex;
flex-direction: row-reverse;
.button {
margin-left: 15px;
width: 120px;
}
}
}