This repository has been archived on 2021-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
simpledash/bulma/bulma/sass/helpers/other.sass

12 lines
177 B
Sass

.is-radiusless
border-radius: 0 !important
.is-shadowless
box-shadow: none !important
.is-clickable
cursor: pointer !important
.is-unselectable
@extend %unselectable