mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Switch from filled icons
Fix smol banner styling
This commit is contained in:
parent
c5d381a049
commit
7eebb8bfd9
3 changed files with 16 additions and 30 deletions
|
@ -108,8 +108,9 @@
|
|||
position: absolute
|
||||
inset: 0
|
||||
|
||||
display: grid
|
||||
grid-template-columns: auto 1fr auto
|
||||
display: flex
|
||||
flex-direction: row
|
||||
justify-content: flex-start
|
||||
gap: 1rem
|
||||
|
||||
z-index: +2
|
||||
|
@ -139,9 +140,8 @@
|
|||
font-weight: 600
|
||||
|
||||
.pill-row
|
||||
margin-left: auto
|
||||
width: auto
|
||||
justify-self: flex-end
|
||||
display: inline-flex
|
||||
|
||||
@media (max-width: $breakpoint)
|
||||
.banner,
|
||||
|
@ -174,17 +174,3 @@
|
|||
|
||||
.pill-row
|
||||
margin-top: 1rem
|
||||
|
||||
.banner-small
|
||||
.banner-content
|
||||
display: flex
|
||||
flex-direction: row
|
||||
justify-content: space-between
|
||||
gap: 0
|
||||
|
||||
.banner-header
|
||||
margin: auto 1rem
|
||||
text-align: center
|
||||
|
||||
.banner-info
|
||||
display: none
|
Loading…
Add table
Add a link
Reference in a new issue