mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
* Adding in favicons * Helps if i add the images * Updating apple icon names * 404 Page * 500 Page * Cleaning up linting issues
26 lines
399 B
SCSS
26 lines
399 B
SCSS
.edit-pack-form {
|
|
&__edit-btn {
|
|
float: right;
|
|
}
|
|
|
|
&__title {
|
|
font-size: 24px;
|
|
font-weight: $light;
|
|
letter-spacing: -0.5px;
|
|
text-align: left;
|
|
color: $text-dark;
|
|
margin: 0;
|
|
|
|
.kolidecon {
|
|
color: $accent-dark;
|
|
}
|
|
}
|
|
|
|
&__description {
|
|
font-size: 15px;
|
|
font-weight: $normal;
|
|
line-height: 2;
|
|
color: $text-medium;
|
|
max-width: 800px;
|
|
}
|
|
}
|