mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Remove useless Sass
Fix styling
This commit is contained in:
parent
ba34a1bb7f
commit
674b3968ae
5 changed files with 21 additions and 97 deletions
|
@ -57,9 +57,9 @@
|
|||
|
||||
position: absolute
|
||||
bottom: 0
|
||||
left: -25rem
|
||||
left: -27rem
|
||||
|
||||
width: 25rem
|
||||
width: 27rem
|
||||
height: 100%
|
||||
|
||||
display: flex
|
||||
|
@ -67,11 +67,10 @@
|
|||
gap: 1rem
|
||||
|
||||
background-color: RGB($bg-200)
|
||||
opacity: 0
|
||||
|
||||
z-index: +2
|
||||
|
||||
transition: left 0.25s cubic-bezier(0.76, 0, 0.17, 1), bottom 0.25s cubic-bezier(0.76, 0, 0.17, 1), opacity 0.25s cubic-bezier(0.76, 0, 0.17, 1)
|
||||
transition: left 0.25s cubic-bezier(0.76, 0, 0.17, 1), bottom 0.25s cubic-bezier(0.76, 0, 0.17, 1)
|
||||
|
||||
#dragIndicator
|
||||
display: none
|
||||
|
@ -197,7 +196,6 @@
|
|||
|
||||
.container
|
||||
left: 0
|
||||
opacity: 1
|
||||
|
||||
@media (max-width: $breakpoint)
|
||||
.upload-panel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue