Line | |
---|
1 | .paginator { |
---|
2 | display: flex; |
---|
3 | margin-left: 100px; |
---|
4 | margin-top: 75px; |
---|
5 | padding-bottom: 1em; |
---|
6 | |
---|
7 | .fa { |
---|
8 | margin: 0 0.25em; |
---|
9 | } |
---|
10 | |
---|
11 | a { |
---|
12 | border-radius: 4px; |
---|
13 | padding: 0.8em 1.4em; |
---|
14 | text-decoration: none; |
---|
15 | font-weight: bold; |
---|
16 | background-color: #b4b4b4; |
---|
17 | color: #fff; |
---|
18 | |
---|
19 | &:hover { |
---|
20 | background-color: $highlight-color; |
---|
21 | transition: all 0.3s ease-in-out; |
---|
22 | } |
---|
23 | |
---|
24 | &.older { |
---|
25 | margin-right: auto; |
---|
26 | } |
---|
27 | |
---|
28 | &.newer { |
---|
29 | margin-left: auto; |
---|
30 | } |
---|
31 | } |
---|
32 | } |
---|
Note: See
TracBrowser for help on using the repository browser.