keeweb/app/styles/common/_titlebar.scss

6 lines
107 B
SCSS

@mixin padding-if-titlebar {
.titlebar-custom & {
margin-top: $titlebar-custom-height;
}
}