]> source.dussan.org Git - vaadin-framework.git/commitdiff
Merge branch 'sass'
authorJohn Ahlroos <john@vaadin.com>
Mon, 8 Oct 2012 13:05:20 +0000 (16:05 +0300)
committerJohn Ahlroos <john@vaadin.com>
Mon, 8 Oct 2012 13:05:20 +0000 (16:05 +0300)
1  2 
WebContent/VAADIN/themes/base/datefield/datefield.scss
WebContent/VAADIN/themes/base/splitpanel/splitpanel.scss

index 8877c986a06b12cc1132bbe555df686d7287df9d,a2975a2c0696a30173eb123cd8231293e58651cf..f7d71a576b81891dc31c8c9cc049a6ed028ec1d7
@@@ -1,17 -1,16 +1,17 @@@
- @mixin base-datefield {
+ @mixin base-datefield($name : v-datefield) {
  
- .v-datefield {
+ .#{$name} {
        white-space: nowrap;
        display: inline-block; /* Force minimum width */
 +      line-height:0; /* Force minimum height */
  }
- .v-datefield-textfield {
+ .#{$name}-textfield {
        vertical-align: top;
  }
- .v-datefield-button {
+ .#{$name}-button {
        cursor: pointer;
  }
- .v-datefield-prompt .v-datefield-textfield {
+ .#{$name}-prompt .#{$name}-textfield {
        color: #999;
        font-style: italic;
  }