mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01: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;
|
|
}
|