Skip to content

Commit a422825

Browse files
committed
Change Pagination styles according to new designs
1 parent 0681dd1 commit a422825

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

src/styles/RecentSnippets.styl

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,18 @@
5959
justify-content: flex-end
6060
padding-top: 10px
6161
&-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
6768
cursor: pointer
6869
&:hover
70+
color: text-light
6971
background-color: button-active
7072
&.next
7173
margin-right: 4px
7274
&.disabled
7375
pointer-events: none
74-
background-color: button-light-normal
76+
background-color: pagination-bg-inactive

src/styles/common/colors.styl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ color-white-smoke-white-s0 = #f3f3f3
88
color-white-white-s0 = #fdfdfd
99
color-gainsboro-white-s0 = #e4e4e4
1010
color-gainsboro-white-s1 = #e1e1e1
11+
color-silver-grey-s0 = #c6c6c6
1112
color-shady-lady-gray-s0 = #979797
1213

1314
color-regent-st-blue-blue-s28 = #9cd9cd
@@ -22,7 +23,7 @@ color-elf-green-green-s82 = #178770
2223

2324
color-shady-lady-grey-s0 = #979797
2425
color-dim-gray-gray-s0 = #6b6b6b
25-
color-night-rider-grey-s1 = #343333
26-
color-nero-grey-s0 = #272727
2726
color-night-rider-grey-s0 = #323232
27+
color-night-rider-grey-s1 = #343333
2828
color-dim-gray-grey-s0 = #676767
29+
color-nero-grey-s0 = #272727

src/styles/common/variables.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ button-light-active = color-downy-green-s42
4444
button-inverse-header = color-mountain-meadow-green-s89
4545
button-embed-hover = color-mountain-meadow-green-s89
4646

47+
pagination-bg = color-silver-grey-s0
48+
pagination-bg-inactive = color-gainsboro-white-s1
49+
pagination-text = color-dim-gray-grey-s0
50+
4751
about-us-paragraph = color-dim-gray-grey-s0
4852
about-us-title = color-night-rider-grey-s0
4953
about-us-point = color-shamrock-green-s73

0 commit comments

Comments
 (0)