summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/customlayout/customlayout.scss
blob: c8a13da4e9b23d93b3ae45a33e415a1209f885f0 (plain)
1
2
3
4
5
6
7
@mixin base-customlayout($primaryStyleName : v-customlayout) {

.#{$primaryStyleName} {
	overflow: hidden;
}

}