diff options
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_popupview.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_popupview.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_popupview.scss b/WebContent/VAADIN/themes/valo/components/_popupview.scss index 12e294e8cc..f7f8ef35b7 100644 --- a/WebContent/VAADIN/themes/valo/components/_popupview.scss +++ b/WebContent/VAADIN/themes/valo/components/_popupview.scss @@ -4,6 +4,13 @@ } } +/** + * + * + * @param {string} $primary-stylename (v-popupview) - + * + * @group popupview + */ @mixin valo-popupview ($primary-stylename: v-popupview) { .#{$primary-stylename} { @include valo-link-style; |