summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_upload.scss
blob: c54227c70459a734c2c11d7b49bce87670cf7146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@mixin valo-upload ($primary-stylename: v-upload) {
  .#{$primary-stylename} .v-button {
    @include valo-widget-style;
  }

  .#{$primary-stylename}-immediate input[type="file"] {
    @include opacity(0);
    z-index: 2;
    position: absolute;
    right: 0;
    height: $v-unit-size;
    text-align: right;
    border: none;
    background: transparent;
  }
}