aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_popupview.scss
blob: 1a44eb47d6f61953377ffe5f35a99b4779a5d0bc (plain)
1
2
3
4
5
6
7
8
9
@mixin valo-popupview ($primary-stylename: v-popupview) {
  .#{$primary-stylename}-popup {
    @include valo-overlay-style;

    .popupContent {
      @include valo-panel-adjust-content-margins;
    }
  }
}