Skip to content
Snippets Groups Projects
Commit c045d038 authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

_sass: Migrate margin-bottom: 0 to descendent styles

parent 5464fb44
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,6 @@
margin-left: 0;
margin-right: 0;
}
>*:last-child {
margin-bottom: 0;
}
}
@mixin tight-headers() {
......
......@@ -47,6 +47,7 @@
.module-days {
border-bottom: $border $border-color;
border-top: $border $border-color;
margin-bottom: 0;
&:first-child {
border-top: none;
......
......@@ -40,6 +40,7 @@
.schedule-group {
display: flex;
margin-bottom: 0;
position: relative;
}
......
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