mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
The goal of this PR was to insert new colors, remove legacy colors, and update only the styles accordingly. The Nunito Sans Italic font was also added. Later PRs will include layout, copy, and style change to individual components. These later changes will more exactly resemble the current mockups.
47 lines
756 B
SCSS
47 lines
756 B
SCSS
.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;
|
|
}
|
|
}
|
|
}
|