Project

General

Profile

Download (417 Bytes) Statistics
| Branch: | Tag: | Revision:
1
@import "addons.scss";
2
@import "edit-valo.scss";
3
@import "designs.scss";
4

    
5
/* import the switch addon valo theme */
6
@import "VAADIN/addons/switch/css/switch-valo.scss";
7

    
8
/* This file prefixes all rules with the theme name to avoid causing conflicts with other themes. */
9
/* The actual styles should be defined in edit-valo.scss */
10
.edit-valo {
11
  @include addons;
12
  @include edit-valo;
13
  @include switch-dom-style();
14
}
(4-4/5)