Init
This commit is contained in:
14
app/static/bulma/sass/helpers/other.sass
Normal file
14
app/static/bulma/sass/helpers/other.sass
Normal file
@ -0,0 +1,14 @@
|
||||
@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
|
Reference in New Issue
Block a user