diff options
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r-- | WebContent/VAADIN/themes/runo/accordion/accordion.scss | 2 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/runo/runo.scss | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/runo/accordion/accordion.scss b/WebContent/VAADIN/themes/runo/accordion/accordion.scss index f85a1dadab..69a52dd22a 100644 --- a/WebContent/VAADIN/themes/runo/accordion/accordion.scss +++ b/WebContent/VAADIN/themes/runo/accordion/accordion.scss @@ -3,12 +3,12 @@ .#{$primaryStyleName}-item-caption { height: 31px; background: #edf0f0 url(img/bg.png); - font-size: 15px; color: #656d73; border: none; border-top: 1px solid #c8cccd; } .#{$primaryStyleName}-item-caption .v-caption { + font-size: 15px; padding: 7px 0 4px 31px; background: transparent url(img/collapsed-icon.png) no-repeat 18px 55%; } diff --git a/WebContent/VAADIN/themes/runo/runo.scss b/WebContent/VAADIN/themes/runo/runo.scss index 395f4d0b1b..6e88b14eb4 100644 --- a/WebContent/VAADIN/themes/runo/runo.scss +++ b/WebContent/VAADIN/themes/runo/runo.scss @@ -32,6 +32,9 @@ background: #e9eced; } +$font-size: 13px; +$line-height: 18px; + @mixin runo { // TODO move? @include base; |