Added original Magazine template for reference.

This commit is contained in:
2022-10-18 06:47:32 -05:00
parent 036d679d79
commit 91f583fc28
111 changed files with 23925 additions and 0 deletions

View File

@ -0,0 +1,12 @@
// Labels
@mixin label-variant($color) {
background-color: $color;
&[href] {
&:hover,
&:focus {
background-color: darken($color, 10%);
}
}
}