Skip to content

Commit a098e33

Browse files
committed
linted pagination.scss module
1 parent 908e5dc commit a098e33

1 file changed

Lines changed: 18 additions & 13 deletions

File tree

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
/* Copied from Co-Design for compatibility purposes */
21
@import 'variables';
32

4-
ul.pagination li.active {
5-
border-color:#293338;
6-
background-color:#3f4e56;
7-
box-shadow:2px 3px 2px -2px #344147;
8-
color:#fff;
9-
font-weight:600
10-
}
3+
ul {
4+
&.pagination {
5+
li {
6+
&.active {
7+
border-color: #293338;
8+
background-color: #3f4e56;
9+
box-shadow: 2px 3px 2px -2px #344147;
10+
color: #fff;
11+
font-weight: 600;
1112

12-
ul.pagination li.active a:hover {
13-
background-color:transparent
14-
}
13+
a:hover {
14+
background-color: transparent;
15+
}
16+
}
1517

16-
ul.pagination li.disabled {
17-
box-shadow:none
18+
&.disabled {
19+
box-shadow: none;
20+
}
21+
}
22+
}
1823
}

0 commit comments

Comments
 (0)