mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 22:24:12 +01:00
12 lines
148 B
SCSS
12 lines
148 B
SCSS
.is-radiusless {
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.is-shadowless {
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.is-unselectable {
|
|
@extend %unselectable;
|
|
}
|