diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-04-29 16:52:20 +0300 |
---|---|---|
committer | Jouni Koivuviita <jouni@vaadin.com> | 2014-04-29 16:52:20 +0300 |
commit | f420906bbc1bed1963012c861e9c8bf29d3321cc (patch) | |
tree | 3257c47cafdf5511f388882bf226870cc367d2f8 /WebContent/VAADIN/themes/valo/components/_gridlayout.scss | |
parent | f04287fbe3d8bc9751e22608fe84a436a272dd7d (diff) | |
download | vaadin-framework-f420906bbc1bed1963012c861e9c8bf29d3321cc.tar.gz vaadin-framework-f420906bbc1bed1963012c861e9c8bf29d3321cc.zip |
Replaced 'v-valo' prefix with just 'valo'
Mass find-and-replace, tested that the theme works as before.
Fixes #13686
Change-Id: I99dfed995f288d1b37a1ac425932bba95dfae994
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_gridlayout.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_gridlayout.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_gridlayout.scss b/WebContent/VAADIN/themes/valo/components/_gridlayout.scss index df964600e9..c8c67b363c 100644 --- a/WebContent/VAADIN/themes/valo/components/_gridlayout.scss +++ b/WebContent/VAADIN/themes/valo/components/_gridlayout.scss @@ -1,4 +1,4 @@ -@mixin v-valo-gridlayout-global ($primary-stylename: v-gridlayout) { +@mixin valo-gridlayout-global ($primary-stylename: v-gridlayout) { .#{$primary-stylename} { position: relative; line-height: 0; @@ -21,7 +21,7 @@ } -@mixin v-valo-gridlayout($primary-stylename : v-gridlayout) { +@mixin valo-gridlayout($primary-stylename : v-gridlayout) { .#{$primary-stylename}-margin-top { padding-top: $v-layout-margin-top; |