-
Notifications
You must be signed in to change notification settings - Fork 56
/
mochi-variables.less
34 lines (28 loc) · 1.05 KB
/
mochi-variables.less
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
28
29
30
31
32
33
34
/* Fonts */
/* ---------------------------------------*/
@mochi-font-family: "Mochi Bold Oblique";
@mochi-font-size-small: 14px;
@mochi-font-size-medium: 16px;
@mochi-font-size-large: 20px;
@mochi-button-font-size: @mochi-font-size-medium;
@mochi-font-size: @mochi-font-size-large;
/* Text Colors */
/* ---------------------------------------*/
@mochi-button-text-color: #292929;
@mochi-text-color: #333333;
/* Background Colors */
/* ---------------------------------------*/
@mochi-background: #F5F5F5;
@mochi-selected-background: #C4E3FE;
@mochi-highlight-background: #DEDFDF;
/* Disabled Opacity */
/* ---------------------------------------*/
@mochi-disabled-opacity: 0.4;
/* Spinner */
/* ---------------------------------------*/
@mochi-spinner-dark-image: url(../images/spinner-dark.gif);
@mochi-spinner-light-image: url(../images/spinner-light.gif);
@mochi-spinner-image-width: 52px;
@mochi-spinner-image-height: 52px;
@mochi-spinner-large-dark-image: url(../images/spinner-large-dark.gif);
@mochi-spinner-large-light-image: url(../images/spinner-large-light.gif);