fleet/frontend/pages/Admin/AppSettingsPage/_styles.scss
Kyle Knight 73035877b3 Fixing spacing of manage packs header (#848)
* Fixing spacing of header

* Make h1 headers consistent
2017-01-10 10:27:10 -06:00

72 lines
1.2 KiB
SCSS

.app-settings {
padding: 30px;
h1 {
margin: 0 0 22px;
}
h2 {
font-size: 20px;
font-weight: $normal;
line-height: 2.4;
letter-spacing: 0.8px;
color: $text-dark;
border-bottom: dashed 1px $accent-dark;
margin: 0 0 15px;
a {
text-decoration: none;
}
.kolidecon {
font-size: 8px;
margin: 0 20px;
vertical-align: 4px;
}
small {
font-size: 15px;
font-weight: $normal;
line-height: 1.6;
letter-spacing: 0.5px;
color: $text-dark;
}
}
}
.smtp-warning {
@include display(flex);
@include justify-content(space-between);
@include align-items(flex-start);
background-color: $alert;
color: $white;
padding: 15px 20px;
border-radius: 2px;
font-size: 15px;
margin: 0 0 25px;
&__icon-wrap {
min-width: 130px;
line-height: 20px;
}
&__label {
font-weight: $bold;
margin-left: 15px;
text-transform: uppercase;
}
&__text {
@include flex-grow(1);
line-height: 20px;
}
.button {
color: $white;
font-size: 15px;
text-decoration: underline;
font-weight: $light;
letter-spacing: 0.6px;
margin-left: 15px;
}
}