Unnest top level selectors from body
This commit is contained in:
parent
286bc7db33
commit
77469cfb88
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue