2
2
CONFIGURE YOUR VARIABLES
3
3
------------------------------------- */
4
4
5
- $padding : 30 px ; // For consistent padding
6
- $grey : #f6f6f6 ; // Background color
5
+ $padding : 24 px ; // For consistent padding
6
+ $grey : #f4f5f6 ; // Background color
7
7
$width : 580px ; // Width of the content area
8
- $br : 3 px ; // Border radius
9
- $btn-br : 5 px ; // Border radius
10
- $primary-color : #348eda ; // Primary color for buttons and links
11
- $font-color : #111111 ; // Default font color
8
+ $br : 8 px ; // Border radius
9
+ $btn-br : 4 px ; // Border radius
10
+ $primary-color : #0867ec ; // Primary color for buttons and links
11
+ $font-color : #161f33 ; // Default font color
12
12
13
13
// Typography
14
14
// -------
15
15
16
16
$body-font-family : " Helvetica Neue" , " Helvetica" , Helvetica , Arial , sans-serif !default ;
17
17
$body-font-weight : 400 !default ;
18
- $body-font-size : 14 px !default ;
19
- $body-font-color : #555 !default ;
18
+ $body-font-size : 16 px !default ;
19
+ $body-font-color : $font-color !default ;
20
20
$body-line-height : 1.6 !default ;
21
21
22
22
// Notices
23
23
// -------
24
24
25
- $notice-color-info : #3d88ce !default ;
26
- $notice-color-success : #81ad22 !default ;
27
- $notice-color-warning : #c6a121 !default ;
28
- $notice-color-danger : #be2c2c !default ;
25
+ $notice-color-info : #0867ec !default ;
26
+ $notice-color-success : #00aa55 !default ;
27
+ $notice-color-warning : #f39c12 !default ;
28
+ $notice-color-danger : #d51507 !default ;
29
29
30
- $notice-border-radius : 6 px !default ;
30
+ $notice-border-radius : 4 px !default ;
31
31
$notice-font-size : $body-font-size !default ;
32
32
$notice-font-weight : $body-font-weight !default ;
33
33
$notice-line-height : $body-line-height !default ;
34
34
$notice-padding : 8px 12px !default ;
35
- $notice-margin : 10 px 0 !default ;
35
+ $notice-margin : 8 px 0 !default ;
36
36
37
37
// Dividers
38
38
// --------
39
39
40
- $divider-margin : 20 px 0 !default ;
41
- $divider-color : #ccc !default ;
40
+ $divider-margin : 24 px 0 !default ;
41
+ $divider-color : #eaebed !default ;
0 commit comments