move activity.scss to own bundle + create namespace for sass

This commit is contained in:
2020-04-21 14:45:34 +02:00
parent fe4253174d
commit 83b1b19f40
7 changed files with 27 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
@mixin entity($background-color, $color: white) {
font-variant: small-caps;
display: inline;
display: inline-block;
padding: .2em .6em .3em;
font-size: 88%;
font-weight: bold;
@@ -11,5 +11,6 @@
border-radius: .25em;
color: $color;
background-color: $background-color;
margin: 0.5em;
}