9
9
Base colors
10
10
Color 01 and 02 reservered for white and black
11
11
*/
12
- $color03 : #eeeeee ;
13
- $color04 : #aaa ;
14
- $color05 : #ccc ;
15
- $color06 : #797979 ;
12
+ $color01 : #fff ;
13
+ $color02 : #000 ;
14
+ $color03 : #eeeeee ;
16
15
17
16
/*
18
17
Theme colors
@@ -22,7 +21,6 @@ $theme02: #093142; // Royal blue
22
21
$theme03 : #12637F ; // Falcon blue
23
22
$theme04 : #FFC200 ; // Royal yellow
24
23
$theme05 : #FFFFFF ; // Destroyer white
25
- $theme06 : #164558 ;
26
24
27
25
/*
28
26
Notification colors
@@ -99,7 +97,7 @@ $grid-gutter-b3: 12px;
99
97
$grid-gutter-b4 : 12px ;
100
98
$grid-gutter-b5 : 12px ;
101
99
$grid-gutter-b6 : 12px ;
102
-
100
+
103
101
/*
104
102
Default margin and padding
105
103
*/
@@ -110,22 +108,34 @@ $margin-default: 12px;
110
108
/*
111
109
Standard border-radius
112
110
*/
113
- $radius : 3 px ;
111
+ $radius : 5 px ;
114
112
115
113
/*
116
114
Fonts
117
115
*/
118
- $font-pri : ' Open Sans ' , Helvetica , Arial ;
119
- $font-sec : ' Open Sans ' , Helvetica , Arial ;
116
+ $font-pri : Arial , Helvetica , sans-serif ;
117
+ $font-sec : Arial , Helvetica , sans-serif ;
120
118
$font-size-default : 1.6rem ;
121
119
$line-height-default : 1.5 ;
122
120
123
121
/* Breadcrumbs seperator */
124
122
$breadcrumbs-separator : ' \00bb ' ;
125
123
126
124
/* Form specific variables */
127
- $input-height : 48px ;
125
+ $input-height : 4.8rem ;
126
+
127
+ $input-label-color : #aaa ;
128
+ $input-label-color-focus : #aaa ;
129
+
128
130
$input-border-color : #eee ;
129
131
$input-border-color-focus : #eee ;
132
+
133
+ $input-control-color : #eee ;
134
+ $input-control-color-focus : $theme01 ;
135
+
130
136
$input-border : 1px solid $input-border-color ;
131
- $input-transition : 0.1s ease-in-out ;
137
+
138
+ $input-transition : 0.1s ease-in-out ;
139
+
140
+ $input-icon-color : #eee ;
141
+ $input-icon-bg-color : #797979 ;
0 commit comments