mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
25 lines
321 B
SCSS
25 lines
321 B
SCSS
.bulma-arrow-mixin {
|
|
@include arrow(purple);
|
|
}
|
|
|
|
.bulma-hamburger-mixin {
|
|
@include hamburger(2.5rem);
|
|
}
|
|
|
|
.bulma-delete-mixin {
|
|
@include delete;
|
|
}
|
|
|
|
.bulma-loader-mixin {
|
|
@include loader;
|
|
}
|
|
|
|
.bulma-block-mixin {
|
|
@include block(1rem);
|
|
}
|
|
|
|
.bulma-fa-mixin {
|
|
@include fa(1rem, 2rem);
|
|
background-color: lavender;
|
|
}
|