mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
19 lines
263 B
SCSS
19 lines
263 B
SCSS
@import "../utilities/mixins";
|
|
|
|
.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;
|
|
}
|