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

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

}