diff options
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_richtextarea.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_richtextarea.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_richtextarea.scss b/WebContent/VAADIN/themes/valo/components/_richtextarea.scss index 2d32769898..0dc3ee274c 100644 --- a/WebContent/VAADIN/themes/valo/components/_richtextarea.scss +++ b/WebContent/VAADIN/themes/valo/components/_richtextarea.scss @@ -1,5 +1,16 @@ +/** + * + * @group richtextarea + */ $valo-richtextarea-use-font-awesome: true !default; +/** + * + * + * @param {string} $primary-stylename (v-richtextarea) - + * + * @group richtextarea + */ @mixin valo-richtextarea ($primary-stylename: v-richtextarea) { .#{$primary-stylename} { @include valo-textfield-style($states: normal, $padding: 0); |