diff options
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/popupview/popupview.scss')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/popupview/popupview.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/popupview/popupview.scss b/WebContent/VAADIN/themes/chameleon/components/popupview/popupview.scss index 88e13cb46d..978ca56391 100644 --- a/WebContent/VAADIN/themes/chameleon/components/popupview/popupview.scss +++ b/WebContent/VAADIN/themes/chameleon/components/popupview/popupview.scss @@ -1,6 +1,6 @@ -@mixin chameleon-popupview { +@mixin chameleon-popupview($primaryStyleName : v-popupview) { -.v-popupview-popup { +.#{$primaryStyleName}-popup { padding: .3em .4em; } |