mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Unnest top level selectors from body
This commit is contained in:
parent
286bc7db33
commit
77469cfb88
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user