summaryrefslogtreecommitdiff
path: root/resources/mediawiki.ui/sourcefiles/scss/components/vector/_buttons.scss
blob: 8d5f0b6acb9b93f737aa149d9e0d31cfe1ea5a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@import "../default/buttons"; // Layer Vector on top of the default settings.

.mw-ui-button {
    // Button colors determined by function.
    // -----------------------------------------
    &.mw-ui-primary {
        @include buttonColors($agoraBlue);
    }

    &.mw-ui-constructive {
        @include buttonColors($agoraGreen);
    }

    &.mw-ui-destructive {
        @include buttonColors($agoraRed);
    }

    @include vector-type;
}