fleet/frontend/components/forms/queries/QueryForm/_styles.scss
noahtalerman 5dd9b75e9c
Update query page (edit, new, manage) and packs page (edit, new, manage) styles. (#106)
The goal of this PR is to update the style across the query and packs pages so they are consistent with the latest global styles (colors, buttons, and fonts).
2020-12-08 12:07:54 -08:00

42 lines
577 B
SCSS

.query-form {
&__wrapper {
h1 {
margin-bottom: 24px;
}
}
&__query-title,
&__query-description {
width: 100%;
}
&__button-wrap {
text-align: right;
.query-form__run-query-btn,
.query-form__stop-query-btn {
margin-left: $pad-xsmall;
}
.kolide-timer {
display: block;
}
}
&__save-query-btn,
&__cancel-btn {
margin-right: $pad-xsmall;
}
&__text-editor-wrapper {
margin: $pad-base 0;
}
&__title {
color: $core-dark-blue-grey;
display: inline-block;
font-size: $large;
}
}