Remove useless Sass

Fix styling
This commit is contained in:
Michał Gdula 2023-04-09 18:00:10 +00:00
parent ba34a1bb7f
commit 674b3968ae
5 changed files with 21 additions and 97 deletions

View file

@ -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