mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Pagination
I hate math
This commit is contained in:
parent
f33842ead3
commit
a46192566f
6 changed files with 108 additions and 15 deletions
|
@ -19,6 +19,25 @@
|
|||
background-color: RGB($bg-100)
|
||||
border-radius: $rad
|
||||
|
||||
.pill-text
|
||||
margin: 0
|
||||
padding: 0.5rem
|
||||
|
||||
width: auto
|
||||
height: 2.5rem
|
||||
|
||||
display: flex
|
||||
justify-content: center
|
||||
align-items: center
|
||||
|
||||
position: relative
|
||||
|
||||
text-align: center
|
||||
font-size: 1rem
|
||||
font-weight: 500
|
||||
|
||||
color: RGB($fg-white)
|
||||
|
||||
.pill-item
|
||||
margin: 0
|
||||
padding: 0.5rem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue