/* Pagination */
border-radius: 5px;
background: $white;
border: 1px solid $gray300;
color: $weworkblack;
height: 38px;
padding: 0 20px; /* on each toggle option */
/* Numerical (and …) option */
padding: 0 15px;
/* Hover */
background-color: rgba(0, 0, 0, 0.02);
/* Focus */
background-color: rgba(0, 0, 0, 0.05);
/* Disabled option */
(same as disabled state for buttons)
/* Null (“...”) */
background: none;
/* Active */
(same as primary button style)
(each tab is ⅓ width of space available to it)
Pagination preview:
Hover and focus states:
Rules:
CSS:
Pagination (on mobile):