fleet/frontend/components/forms/ConfigurePackQueryForm/_styles.scss

48 lines
756 B
SCSS
Raw Normal View History

.configure-pack-query-form {
&__form-field {
&--interval {
position: relative;
.input-field {
width: 100%;
padding-right: 70px;
}
.form-field__hint {
position: absolute;
bottom: 5px;
right: 10px;
text-transform: lowercase;
}
}
}
&__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;
}
}
}