mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -07:00
🎨
This commit is contained in:
parent
dd0e5c1fab
commit
fd3e7a9051
1 changed files with 2 additions and 4 deletions
|
@ -263,9 +263,7 @@ root(isDark)
|
||||||
|
|
||||||
> footer
|
> footer
|
||||||
text-align center
|
text-align center
|
||||||
border-top solid 1px #eaeaea
|
border-top solid 1px isDark ? #1c2023 : #eaeaea
|
||||||
border-bottom-left-radius 8px
|
|
||||||
border-bottom-right-radius 8px
|
|
||||||
|
|
||||||
&:empty
|
&:empty
|
||||||
display none
|
display none
|
||||||
|
@ -274,7 +272,7 @@ root(isDark)
|
||||||
margin 0
|
margin 0
|
||||||
padding 16px
|
padding 16px
|
||||||
width 100%
|
width 100%
|
||||||
border-radius 0 0 8px 8px
|
color #ccc
|
||||||
|
|
||||||
@media (min-width 500px)
|
@media (min-width 500px)
|
||||||
padding 20px
|
padding 20px
|
||||||
|
|
Loading…
Reference in a new issue