diff options
Diffstat (limited to 'WebContent/VAADIN/themes/base/common')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.scss (renamed from WebContent/VAADIN/themes/base/common/common.css) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.css b/WebContent/VAADIN/themes/base/common/common.scss index d2695a8015..40bea2c9d6 100644 --- a/WebContent/VAADIN/themes/base/common/common.css +++ b/WebContent/VAADIN/themes/base/common/common.scss @@ -1,3 +1,5 @@ +@mixin base-common { + /* References the BODY tag generated by Vaadin application servlet */ .v-generated-body { width: 100%; @@ -249,3 +251,5 @@ div.v-app-loading { .v-scrollable { overflow: auto; } + +}
\ No newline at end of file |