2
2
3
3
exports [` <Header /> component renders with DARK theme 1` ] = `
4
4
.c5 {
5
- background - color : #222222 ;
6
- border : 1px solid #484848 ;
5
+ background - color : #484848 ;
6
+ border : 1px solid #707070 ;
7
7
border - radius : 50 % ;
8
- color : #888888 ;
9
8
cursor : pointer ;
10
9
height : 2.5rem ;
11
10
margin : 0 0 0 1rem ;
12
11
outline : 0 ;
13
12
width : 2.5rem ;
14
13
}
15
14
15
+ .c5 svg,
16
+ .c5 g {
17
+ fill : #C8C8C8 ;
18
+ }
19
+
16
20
.c5:hover {
17
- background - color : #484848 ;
21
+ background - color : #707070 ;
18
22
}
19
23
20
24
.c5:hover svg,
21
25
.c5:hover g {
22
- fill : #ffffff ;
26
+ fill : #F5F5F5 ;
23
27
}
24
28
25
29
.c5.active {
26
- background - color : #e22a23 ;
27
- border - color : #e22a23 ;
30
+ background - color : #C8C8C8 ;
31
+ border - color : #C8C8C8 ;
28
32
}
29
33
30
34
.c5.active svg,
31
35
.c5.active g {
32
- fill : #ffffff ;
33
- }
34
-
35
- .c5.light {
36
- background - color : #ffffff ;
37
- border - color : #c4c4c4 ;
38
- }
39
-
40
- .c5.light svg,
41
- .c5.light g {
42
- fill : #707070 ;
43
- }
44
-
45
- .c5.light:hover svg,
46
- .c5.light:hover g {
47
- fill : #707070 ;
36
+ fill : #484848 ;
48
37
}
49
38
50
39
.c6 {
@@ -53,6 +42,7 @@ exports[`<Header /> component renders with DARK theme 1`] = `
53
42
border - radius : 4px ;
54
43
background : #282828 ;
55
44
font - size : 1.75rem ;
45
+ color : #E22A23 ;
56
46
margin : 1rem 0 0 ;
57
47
text - align : center ;
58
48
width : 100 % ;
@@ -92,8 +82,8 @@ exports[`<Header /> component renders with DARK theme 1`] = `
92
82
}
93
83
94
84
.c3 {
95
- border - bottom : 1px solid transparent ;
96
- color : #888888 ;
85
+ border - bottom : 1px solid # C8C8C8 ;
86
+ color : #C8C8C8 ;
97
87
display : - webkit - inline - box ;
98
88
display : - webkit - inline - flex ;
99
89
display : - ms - inline - flexbox ;
@@ -106,13 +96,12 @@ exports[`<Header /> component renders with DARK theme 1`] = `
106
96
}
107
97
108
98
.c3:hover {
109
- border - bottom : 1px solid #f5f5f5 ;
110
- color : #f5f5f5 ;
99
+ border - bottom : none ;
111
100
}
112
101
113
102
.c2 {
114
- border - bottom : 1px solid transparent ;
115
- color : #888888 ;
103
+ border - bottom : 1px solid # C8C8C8 ;
104
+ color : #C8C8C8 ;
116
105
display : - webkit - inline - box ;
117
106
display : - webkit - inline - flex ;
118
107
display : - ms - inline - flexbox ;
@@ -122,7 +111,8 @@ exports[`<Header /> component renders with DARK theme 1`] = `
122
111
padding - bottom : 1px ;
123
112
- webkit - text - decoration : none ;
124
113
text - decoration : none ;
125
- color : #f5f5f5 ;
114
+ border - bottom : none ;
115
+ color : #FFFFFF ;
126
116
}
127
117
128
118
@media (min-width:769px) {
@@ -162,7 +152,6 @@ exports[`<Header /> component renders with DARK theme 1`] = `
162
152
onClick = { [Function ]}
163
153
>
164
154
<svg
165
- fill = " #707070"
166
155
height = " 100%"
167
156
viewBox = " 0 0 24 23"
168
157
width = " 100%"
@@ -189,7 +178,6 @@ exports[`<Header /> component renders with DARK theme 1`] = `
189
178
onClick = { [Function ]}
190
179
>
191
180
<svg
192
- fill = " #707070"
193
181
height = " 100%"
194
182
viewBox = " 0 0 24 23"
195
183
width = " 100%"
@@ -217,57 +205,47 @@ exports[`<Header /> component renders with DARK theme 1`] = `
217
205
218
206
exports [` <Header /> component renders with LIGHT theme 1` ] = `
219
207
.c5 {
220
- background - color : #f4f4f4 ;
221
- border : 1px solid #e8e8e8 ;
208
+ background - color : #F2E8F2 ;
209
+ border : 1px solid #EDB8ED ;
222
210
border - radius : 50 % ;
223
- color : #e22a23 ;
224
211
cursor : pointer ;
225
212
height : 2.5rem ;
226
213
margin : 0 0 0 1rem ;
227
214
outline : 0 ;
228
215
width : 2.5rem ;
229
216
}
230
217
218
+ .c5 svg,
219
+ .c5 g {
220
+ fill : #A568A5 ;
221
+ }
222
+
231
223
.c5:hover {
232
- background - color : #e8e8e8 ;
224
+ background - color : #EDB8ED ;
233
225
}
234
226
235
227
.c5:hover svg,
236
228
.c5:hover g {
237
- fill : #ffffff ;
229
+ fill : #6 F256F ;
238
230
}
239
231
240
232
.c5.active {
241
- background - color : #e22a23 ;
242
- border - color : #e22a23 ;
233
+ background - color : #A568A5 ;
234
+ border - color : #6 F256F ;
243
235
}
244
236
245
237
.c5.active svg,
246
238
.c5.active g {
247
- fill : #ffffff ;
248
- }
249
-
250
- .c5.light {
251
- background - color : #ffffff ;
252
- border - color : #aaaaaa ;
253
- }
254
-
255
- .c5.light svg,
256
- .c5.light g {
257
- fill : #cccccc ;
258
- }
259
-
260
- .c5.light:hover svg,
261
- .c5.light:hover g {
262
- fill : #cccccc ;
239
+ fill : #F2E8F2 ;
263
240
}
264
241
265
242
.c6 {
266
243
font - family : ' Karla' ,sans - serif ;
267
244
padding : 1.5rem ;
268
245
border - radius : 4px ;
269
- background : #ededed ;
246
+ background : #F2E8F2 ;
270
247
font - size : 1.75rem ;
248
+ color : #6F256F ;
271
249
margin : 1rem 0 0 ;
272
250
text - align : center ;
273
251
width : 100 % ;
@@ -307,8 +285,8 @@ exports[`<Header /> component renders with LIGHT theme 1`] = `
307
285
}
308
286
309
287
.c3 {
310
- border - bottom : 1px solid transparent ;
311
- color : #e22a23 ;
288
+ border - bottom : 1px solid #6 F256F ;
289
+ color : #6 F256F ;
312
290
display : - webkit - inline - box ;
313
291
display : - webkit - inline - flex ;
314
292
display : - ms - inline - flexbox ;
@@ -321,13 +299,12 @@ exports[`<Header /> component renders with LIGHT theme 1`] = `
321
299
}
322
300
323
301
.c3:hover {
324
- border - bottom : 1px solid #707070 ;
325
- color : #707070 ;
302
+ border - bottom : none ;
326
303
}
327
304
328
305
.c2 {
329
- border - bottom : 1px solid transparent ;
330
- color : #e22a23 ;
306
+ border - bottom : 1px solid #6 F256F ;
307
+ color : #6 F256F ;
331
308
display : - webkit - inline - box ;
332
309
display : - webkit - inline - flex ;
333
310
display : - ms - inline - flexbox ;
@@ -337,7 +314,8 @@ exports[`<Header /> component renders with LIGHT theme 1`] = `
337
314
padding - bottom : 1px ;
338
315
- webkit - text - decoration : none ;
339
316
text - decoration : none ;
340
- color : #707070 ;
317
+ border - bottom : none ;
318
+ color : #EDB8ED ;
341
319
}
342
320
343
321
@media (min-width:769px) {
@@ -377,7 +355,6 @@ exports[`<Header /> component renders with LIGHT theme 1`] = `
377
355
onClick = { [Function ]}
378
356
>
379
357
<svg
380
- fill = " #707070"
381
358
height = " 100%"
382
359
viewBox = " 0 0 24 23"
383
360
width = " 100%"
@@ -404,7 +381,6 @@ exports[`<Header /> component renders with LIGHT theme 1`] = `
404
381
onClick = { [Function ]}
405
382
>
406
383
<svg
407
- fill = " #707070"
408
384
height = " 100%"
409
385
viewBox = " 0 0 24 23"
410
386
width = " 100%"
0 commit comments