fleet/frontend/components/forms/ConfigurePackQueryForm/_styles.scss
RachelElysia e64dd73b54
Fleet UI: Button loading spinners (#7124)
Co-authored-by: Luke Heath <luke@fleetdm.com>
2022-08-29 08:21:37 -07:00

36 lines
613 B
SCSS

.configure-pack-query-form {
&__form-field {
&--frequency {
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: $x-small;
font-weight: $bold;
letter-spacing: -0.5px;
color: $core-fleet-black;
padding: 0 0 9px;
margin: 0 0 9px;
}
&__fields {
.fleeticon {
margin-right: 6px;
margin-left: 6px;
}
}
}