doc: Clarify documentation for ParserOptions::getUserLangObj
[mediawiki.git] / resources / mediawiki.ui / sourcefiles / scss / components / vector / _buttons.scss
blob8d5f0b6acb9b93f737aa149d9e0d31cfe1ea5a32
1 @import "../default/buttons"; // Layer Vector on top of the default settings.
3 .mw-ui-button {
4     // Button colors determined by function.
5     // -----------------------------------------
6     &.mw-ui-primary {
7         @include buttonColors($agoraBlue);
8     }
10     &.mw-ui-constructive {
11         @include buttonColors($agoraGreen);
12     }
14     &.mw-ui-destructive {
15         @include buttonColors($agoraRed);
16     }
18     @include vector-type;