Skip to content
Snippets Groups Projects
Unverified Commit d270cfbb authored by Marcel van Remmerden's avatar Marcel van Remmerden Committed by Paul Slaughter
Browse files

CE - Resolve "Missing borders between settings items"

parent cbb35ea8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,12 +24,16 @@
 
.settings {
// border-top for each item except the top one
+ .settings {
border-top: 1px solid $border-color;
}
border-top: 1px solid $border-color;
 
&:first-of-type {
margin-top: 10px;
border: 0;
}
+ div .settings:first-of-type {
margin-top: 0;
border-top: 1px solid $border-color;
}
 
&.animating {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment