fleet/frontend/components/forms/ConfigurePackQueryForm/_styles.scss
Gabe Hernandez efb35b537a
add prettier and have it format all fleet application code (#625)
* add prettier and have it format all js code except website:
:

* trying running prettier check in CI

* fix runs on in CI

* change CI job name

* fix prettier erros and fix CI
2021-04-12 14:32:25 +01:00

47 lines
785 B
SCSS

.configure-pack-query-form {
&__form-field {
&--interval {
position: relative;
.input-field {
width: 100%;
padding-right: 70px;
}
.form-field__hint {
position: absolute;
bottom: 10px;
right: 10px;
text-transform: lowercase;
font-size: $x-small;
}
}
}
&__title {
font-size: 16px;
font-weight: $bold;
letter-spacing: -0.5px;
color: $core-dark-blue-grey;
border-bottom: 1px solid #eaeefb;
padding: 0 0 9px;
margin: 0 0 9px;
}
&__fields {
.kolidecon {
margin-right: 6px;
margin-left: 6px;
}
}
&__btn-wrapper {
padding-top: 20px;
.button {
display: block;
width: 100%;
margin-bottom: 20px;
}
}
}