Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .stats-table-page-selector {
- display: flex;
- justify-content: start;
- padding: 35px 0 0 20px;
- .page-selector {
- color: $page-selector-unselected-color;
- margin: 0 10px;
- cursor: pointer;
- &:hover {
- color: $primary-color;
- }
- &.active {
- color: $primary-color;
- }
- }
- .page-selector:first-child {
- margin-left: 0;
- }
- .range {
- color: $primary-color;
- margin: 0 10px;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement