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

_sass: Inline module-label mixin

parent 26216859
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,3 @@
margin: $sp-2 0;
}
}
@mixin module-label() {
margin-left: 0;
padding-bottom: 0;
}
......@@ -87,19 +87,21 @@
padding-top: 0;
}
}
}
.label.label-hw-out {
@extend .label-yellow;
@include module-label();
}
.label {
margin-left: 0;
padding-bottom: 0;
.label.label-hw-due {
@extend .label-red;
@include module-label();
}
&.label-hw-out {
@extend .label-yellow;
}
.label.label-section {
@extend .label-purple;
@include module-label();
&.label-hw-due {
@extend .label-red;
}
&.label-section {
@extend .label-purple;
}
}
}
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