File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 59
59
justify-content : flex-end
60
60
padding-top : 10px
61
61
& -item
62
- padding : 10px 14px
63
- font-size : 17px
64
- font-family : font-quicksand
65
- background-color : button-normal
66
- color : text - light
62
+ padding : 9px 14px
63
+ font-size : 14px
64
+ font-family : font-roboto
65
+ font-weight : 300
66
+ background-color : pagination-bg
67
+ color : pagination-text
67
68
cursor : pointer
68
69
& :hover
70
+ color : text - light
69
71
background-color : button-active
70
72
& .next
71
73
margin-right : 4px
72
74
& .disabled
73
75
pointer-events : none
74
- background-color : button-light-normal
76
+ background-color : pagination-bg-inactive
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ color-white-smoke-white-s0 = #f3f3f3
8
8
color-white-white-s0 = #fd fd fd
9
9
color-gainsboro-white-s0 = #e4 e4 e4
10
10
color-gainsboro-white-s1 = #e1 e1 e1
11
+ color-silver-grey-s0 = #c6 c6 c6
11
12
color-shady-lady-gray-s0 = #97 97 97
12
13
13
14
color-regent-st-blue-blue-s28 = #9c d9 cd
@@ -22,7 +23,7 @@ color-elf-green-green-s82 = #178770
22
23
23
24
color-shady-lady-grey-s0 = #97 97 97
24
25
color-dim-gray-gray-s0 = #6b 6b 6b
25
- color-night-rider-grey-s1 = #34 33 33
26
- color-nero-grey-s0 = #27 27 27
27
26
color-night-rider-grey-s0 = #32 32 32
27
+ color-night-rider-grey-s1 = #34 33 33
28
28
color-dim-gray-grey-s0 = #67 67 67
29
+ color-nero-grey-s0 = #27 27 27
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ button-light-active = color-downy-green-s42
44
44
button-inverse-header = color-mountain-meadow-green-s89
45
45
button-embed-hover = color-mountain-meadow-green-s89
46
46
47
+ pagination-bg = color-silver-grey-s0
48
+ pagination-bg-inactive = color-gainsboro-white-s1
49
+ pagination-text = color-dim-gray-grey-s0
50
+
47
51
about-us-paragraph = color-dim-gray-grey-s0
48
52
about-us-title = color-night-rider-grey-s0
49
53
about-us-point = color-shamrock-green-s73
You can’t perform that action at this time.
0 commit comments