8c33251c198e1ba8b11b6b074d4d530a18ec7dfb
[lhc/web/wiklou.git] / resources / mediawiki.ui / components / vector / buttons.less
1 @import "../default/buttons"; // Layer Vector on top of the default settings.
2 @import "../../mixins/type";
3
4 .mw-ui-button {
5 // Button colors determined by function.
6 // -----------------------------------------
7 &.mw-ui-primary {
8 .buttonColors(@agoraBlue);
9 }
10
11 &.mw-ui-constructive {
12 .buttonColors(@agoraGreen);
13 }
14
15 &.mw-ui-destructive {
16 .buttonColors(@agoraRed);
17 }
18
19 .vector-type();
20 }