mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +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.
41 lines
732 B
SCSS
41 lines
732 B
SCSS
.search-pack-query {
|
|
&__title {
|
|
@include ellipsis(250px);
|
|
font-size: 18px;
|
|
font-weight: $bold;
|
|
letter-spacing: -0.5px;
|
|
color: $core-fleet-black;
|
|
margin: 0 0 10px;
|
|
}
|
|
|
|
.form-field--dropdown {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.ace-kolide {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
&__description {
|
|
margin: 0 0 30px;
|
|
word-wrap: break-word;
|
|
|
|
h2 {
|
|
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;
|
|
}
|
|
|
|
p {
|
|
margin: 0 0 10px;
|
|
font-size: 14px;
|
|
font-weight: $regular;
|
|
line-height: 1.71;
|
|
color: $core-fleet-black;
|
|
}
|
|
}
|
|
}
|