mirror of
https://github.com/fleetdm/fleet
synced 2026-04-29 17:37:20 +00:00
- This if the 1st PR as part of the of the Align components in Fleet UI with design system in Figma #539 - These changes replace all the color variables in /styles/var/colors.scss with new colors and naming convention used in Figma.
48 lines
783 B
SCSS
48 lines
783 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-fleet-black;
|
|
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;
|
|
}
|
|
}
|
|
}
|