fleet/frontend/components/packs/EditPackFormWrapper/_styles.scss
Kyle Knight 8647d9c669 404 & 500 Error pages (#780)
* Adding in favicons

* Helps if i add the images

* Updating apple icon names

* 404 Page

* 500 Page

* Cleaning up linting issues
2017-01-06 13:25:48 -07:00

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;
}
}