Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
proc
/
212
/
root
/
proc
/
self
/
root
/
proc
/
70528
/
cwd
/
assets
/
css
/
front
/
elements
/
//proc/212/root/proc/212/root/proc/self/root/proc/70528/cwd/assets/css/front/elements/closable.scss
.closable { overflow: hidden; position: relative; transition: $transition; border: 2px solid $black; padding: 30px; .closable-toggle{ position: absolute; bottom: 27px; right: 25px; color: $theme; background: white; z-index: 999; &::after{ content: "..."; color: $black; position: absolute; left: -17px; padding-right: 5px; bottom: 0px; background: white; box-shadow: -10px 0px 15px white; } } &::after{ position: absolute; content: ""; left: 0px; bottom: 0px; width: 100%; height: 30px; background: white; } &.open{ .closable-toggle{ &::after{ content: ""; } } } }