summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_upload.scss
blob: 103c21b6fee38660297987488773ea15c727a534 (plain)
1
2
3
4
5
@mixin valo-upload ($primary-stylename: v-upload) {
  .#{$primary-stylename} .v-button {
    @include valo-widget-style;
  }
}