Add customisation variables

This commit is contained in:
Jeremy Thomas
2017-07-28 21:05:15 +01:00
parent 2e08a844d7
commit 1be49f2190
47 changed files with 888 additions and 683 deletions

7
sass/elements/tag.sass Normal file → Executable file
View File

@@ -1,8 +1,11 @@
$tag-background-color: $background !default
$tag-color: $text !default
.tag
align-items: center
background-color: $background
background-color: $tag-background-color
border-radius: 290486px
color: $text
color: $tag-color
display: inline-flex
font-size: $size-small
height: 2em