summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/customlayout/customlayout.scss
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-10-08 16:05:20 +0300
committerJohn Ahlroos <john@vaadin.com>2012-10-08 16:05:20 +0300
commitd43d15454d7cbc70f0a03d4e6666c747d7a4f657 (patch)
treef7165ebd646165e9602a2eb8c0dcc07f37ccb8cb /WebContent/VAADIN/themes/base/customlayout/customlayout.scss
parentf296b46c8de6705baaa137fd5854cd55aefe5bc6 (diff)
parent107f77ecda9d510fabf976d7a81d350b933c9765 (diff)
downloadvaadin-framework-d43d15454d7cbc70f0a03d4e6666c747d7a4f657.tar.gz
vaadin-framework-d43d15454d7cbc70f0a03d4e6666c747d7a4f657.zip
Merge branch 'sass'
Diffstat (limited to 'WebContent/VAADIN/themes/base/customlayout/customlayout.scss')
-rw-r--r--WebContent/VAADIN/themes/base/customlayout/customlayout.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/base/customlayout/customlayout.scss b/WebContent/VAADIN/themes/base/customlayout/customlayout.scss
index 26e1538d29..0f5f1230c4 100644
--- a/WebContent/VAADIN/themes/base/customlayout/customlayout.scss
+++ b/WebContent/VAADIN/themes/base/customlayout/customlayout.scss
@@ -1,6 +1,6 @@
-@mixin base-customlayout {
+@mixin base-customlayout($name : v-customlayout) {
-.v-customlayout {
+.#{$name} {
overflow: hidden;
}