diff options
author | John Ahlroos <john@vaadin.com> | 2012-10-08 16:05:20 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-10-08 16:05:20 +0300 |
commit | d43d15454d7cbc70f0a03d4e6666c747d7a4f657 (patch) | |
tree | f7165ebd646165e9602a2eb8c0dcc07f37ccb8cb /WebContent/VAADIN/themes/base/customlayout/customlayout.scss | |
parent | f296b46c8de6705baaa137fd5854cd55aefe5bc6 (diff) | |
parent | 107f77ecda9d510fabf976d7a81d350b933c9765 (diff) | |
download | vaadin-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.scss | 4 |
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; } |