Skip to content
Snippets Groups Projects
Verified Commit 35d1ac71 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: style of buttons

parent 5ac0fce1
No related branches found
No related tags found
No related merge requests found
Pipeline #2725 passed
...@@ -5,11 +5,10 @@ ul.pagination ...@@ -5,11 +5,10 @@ ul.pagination
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
padding: 4px 8px padding: 4px 8px
color: #fff color: #fff
justify-content: space-between justify-self: center
grid-column-start: 1 grid-column-start: 1
grid-column-end: -1 grid-column-end: -1
max-width: 480px max-width: 480px
justify-self: center
width: calc(100% - 16px) width: calc(100% - 16px)
li.page li.page
...@@ -22,3 +21,5 @@ ul.pagination ...@@ -22,3 +21,5 @@ ul.pagination
&.current &.current
display: block display: block
padding: 4px 16px padding: 4px 16px
flex-grow: 1
text-align: center
...@@ -39,6 +39,8 @@ body ...@@ -39,6 +39,8 @@ body
text-decoration: none text-decoration: none
line-height: 24px line-height: 24px
cursor: pointer cursor: pointer
min-width: 40px
text-align: center
&:hover, &:focus &:hover, &:focus
background: #FFD54F background: #FFD54F
......
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