diff options
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/popupview')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/popupview/popupview.scss (renamed from WebContent/VAADIN/themes/chameleon/components/popupview/popupview.css) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/popupview/popupview.css b/WebContent/VAADIN/themes/chameleon/components/popupview/popupview.scss index ab270d7c4b..88e13cb46d 100644 --- a/WebContent/VAADIN/themes/chameleon/components/popupview/popupview.css +++ b/WebContent/VAADIN/themes/chameleon/components/popupview/popupview.scss @@ -1,3 +1,7 @@ +@mixin chameleon-popupview { + .v-popupview-popup { padding: .3em .4em; - }
\ No newline at end of file + } + +}
\ No newline at end of file |