1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00
documize/gui/app/styles/core/ui/all.scss

12 lines
260 B
SCSS
Raw Normal View History

@mixin button-shadow-light() {
box-shadow: 1px 1px 3px 0px map-get($gray-shades, 400);
}
@mixin button-shadow() {
box-shadow: 1px 1px 3px 0px map-get($gray-shades, 600);
}
2018-12-04 17:26:57 +00:00
@import "ui-tooltip";
@import "ui-popup";
@import "ui-button";
@import "ui-toolbar";