fleet/frontend/components/forms/ConfigurePackQueryForm/_styles.scss
noahtalerman 1b23b7b74f
Add style fixes caught during QA. Add favicon. (#119)
Changes include style fixes that were caught during a QA pass.
2020-12-10 13:09:05 -08:00

48 lines
786 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;
}
}
}