mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 13:29:35 -07:00
Add elements CSS variables
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
|
||||
.#{$class-prefix}number {
|
||||
align-items: center;
|
||||
background-color: $background;
|
||||
border-radius: $radius-rounded;
|
||||
background-color: getVar("background");
|
||||
border-radius: getVar("radius-rounded");
|
||||
display: inline-flex;
|
||||
font-size: $size-medium;
|
||||
font-size: getVar("size-medium");
|
||||
height: 2em;
|
||||
justify-content: center;
|
||||
margin-right: 1.5rem;
|
||||
|
||||
Reference in New Issue
Block a user