summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/reindeer/layouts/layouts.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss b/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss
index c0204ec041..24747a56b4 100644
--- a/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss
+++ b/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss
@@ -36,19 +36,19 @@
}
/* Different for historical reasons: previously was inherited directly from Base theme */
/* TODO unify these values in version 7 */
-.v-gridlayout-margin-top {
+.v-gridlayout.v-layout-margin-top {
padding-top: 24px;
}
-.v-gridlayout-margin-bottom {
+.v-gridlayout.v-layout-margin-bottom {
padding-bottom: 24px;
}
-.v-gridlayout-margin-left {
+.v-gridlayout.v-layout-margin-left {
padding-left: 24px;
}
-.v-gridlayout-margin-right {
+.v-gridlayout.v-layout-margin-right {
padding-right: 24px;
}
-.v-gridlayout-spacing-on {
+.v-gridlayout .v-layout-spacing-on {
padding-left: 12px;
padding-top: 12px;
}