Project

General

Profile

Download (417 Bytes) Statistics
| Branch: | Tag: | Revision:
1 2d703592 Andreas Kohlbecker
@import "addons.scss";
2
@import "edit-valo.scss";
3 15f46faf Andreas Kohlbecker
@import "designs.scss";
4 2d703592 Andreas Kohlbecker
5 65ac8231 Andreas Kohlbecker
/* import the switch addon valo theme */
6
@import "VAADIN/addons/switch/css/switch-valo.scss";
7
8 2d703592 Andreas Kohlbecker
/* 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 4f93e06f Andreas Kohlbecker
  @include switch-dom-style();
14 2d703592 Andreas Kohlbecker
}