Skip to content
Snippets Groups Projects
Commit 3d6e6a13 authored by alexisben's avatar alexisben
Browse files

fix pagination

parent 1ca13ea2
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
margin-bottom: $spacing-3 margin-bottom: $spacing-3
opacity: 1 opacity: 1
overflow: visible overflow: visible
width: calc(100% + #{var(--grid-gutter) / 2}) width: calc(100% + var(--grid-gutter) / 2)
&::before &::before
background: $block-timeline-horizontal-color background: $block-timeline-horizontal-color
border-radius: 50% border-radius: 50%
...@@ -133,7 +133,6 @@ ...@@ -133,7 +133,6 @@
position: relative position: relative
top: -4px top: -4px
width: 9px width: 9px
&.is-passed &.is-passed
opacity: 0.15 opacity: 0.15
&:last-child &:last-child
......
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
li li
a a
color: inherit color: inherit
padding: calc(#{$spacing-2}/2) $spacing-2 display: block
line-height: $spacing-4
padding: 0 $spacing-2
text-decoration: none text-decoration: none
transition: background-color .15s ease-in-out transition: background-color .15s ease-in-out
&.active &.active
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment