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