cdm-vaadin/src/main/webapp/VAADIN/themes/edit/styles.scss @ eca2b6b0
1 |
@import "addons.scss"; |
---|---|
2 |
@import "edit.scss"; |
3 |
|
4 |
/* This file prefixes all rules with the theme name to avoid causing conflicts with other themes. */
|
5 |
/* The actual styles should be defined in mytheme.scss */
|
6 |
.edit { |
7 |
@include addons; |
8 |
|
9 |
// Include mytheme theme styles in your theme
|
10 |
@include edit; |
11 |
}
|
12 |
|
13 |
|
14 |
.dialogButton { |
15 |
min-width: 80px; |
16 |
}
|
- « Previous
- 1
- 2
- 3
- Next »