summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/themes/apex/common.less
blob: 74dd3a3b1d897e47679a586ecfb902036e0f178f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Base variables and mixins
@import '../../styles/common';

// Theme variables

@progressive: #087ecc;
@constructive: #76ab36;
@destructive: #d45353;

@progressive-gradient-start: #eaf4fa;
@progressive-gradient-end: #b0d9ee;
@progressive-border: #a6cee1;
@progressive-border-selected: #9dc2d4;

@constructive-gradient-start: #f0fbe1;
@constructive-gradient-end: #c3e59a;
@constructive-border: #b8d892;
@constructive-border-selected: #adcb89;

@oo-ui-default-image-path: 'themes/apex/images';

@icon-size: unit(24 / 16 / 0.8, em);
@indicator-size: unit(12 / 16 / 0.8, em);

// Theme mixins

// (add mixins here)