mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
10 lines
119 B
SCSS
10 lines
119 B
SCSS
@import "../utilities/mixins";
|
|
|
|
.is-overlay {
|
|
@extend %overlay;
|
|
}
|
|
|
|
.is-relative {
|
|
position: relative !important;
|
|
}
|