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
1 changed files with 120 additions and 119 deletions

View File

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