mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 21:14:30 -07:00
Add customisation variables
This commit is contained in:
7
sass/elements/tag.sass
Normal file → Executable file
7
sass/elements/tag.sass
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user