summaryrefslogtreecommitdiffstats
path: root/java/vaadin/src/main/WebContent/VAADIN/themes/mytheme/mytheme.scss
blob: f1c36c3c2c77344d20286d3733a9c376504023b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

@import "../valo/valo.scss";

@mixin mytheme {
    @include valo;

    .v-app {
        background-color: #e6e6e9;
    }
    .v-button {
        color: #ff6660;
        background-image: none;
        background-color: #eee666;
    }
}