Unnest top level selectors from body

This commit is contained in:
minusfive 2017-08-18 12:36:21 -04:00 committed by Robin Ward
parent 286bc7db33
commit 77469cfb88

View File

@ -45,16 +45,17 @@ html {
} }
body { body {
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: .5rem;
}
background-attachment: fixed; background-attachment: fixed;
background-size: cover; background-size: cover;
min-height: 100%; min-height: 100%;
@include clearfix; @include clearfix;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: .5rem;
}
button.ok { button.ok {
background: $success; background: $success;
@ -64,6 +65,7 @@ body {
color: $secondary; color: $secondary;
} }
} }
button.cancel { button.cancel {
background: $danger; background: $danger;
color: $secondary; color: $secondary;
@ -191,7 +193,6 @@ body {
.radio.inline .radio.inline, .checkbox.inline .checkbox.inline { .radio.inline .radio.inline, .checkbox.inline .checkbox.inline {
margin-left: 10px; margin-left: 10px;
} }
}
.flex-center-align { .flex-center-align {
display: flex; display: flex;