mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
13 lines
210 B
Sass
13 lines
210 B
Sass
.is-radiusless
|
|
border-radius: 0 !important
|
|
|
|
.is-shadowless
|
|
box-shadow: none !important
|
|
|
|
.is-clickable
|
|
cursor: pointer !important
|
|
pointer-events: all !important
|
|
|
|
.is-unselectable
|
|
@extend %unselectable
|