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
/
back
/
elements
/
//proc/212/root/proc/212/root/proc/self/root/proc/70528/cwd/assets/css/back/elements/sidebar.scss
#sidebar { background: $theme; height: 100vh; min-width: 350px; position: relative; width: 100%; .sidebar-toggle{ left: auto; right: 15px; } @media (min-width: 768px){ max-width: 400px; } @media (max-width: 768px){ width: 100vw; position: fixed; left: 0px; top: 0px; padding-top: 25px; } .bloc, .closable-bloc { border-left: 2px solid white; padding: 0px 30px; margin: 30px 0px; overflow: hidden; transition: $transition; hr{ background: white; } h2 { color: white; font-size: 24px; cursor: pointer; position: relative; .bloc-arrow { position: absolute; right: 0px; top: 50%; transition: $transition; transform-origin: top; transform: rotate(-90deg) translateY(-50%); } .bloc-arrow-fix { position: absolute; right: 0px; top: 50%; transition: $transition; transform-origin: top; transform: translateY(-50%); } } &.open { h2 { .bloc-arrow { transform: rotate(0deg) translateY(-50%); } } } a { color: white; padding: 5px 15px; position: relative; transition: $transition; text-decoration: none; display: block; font-size: 18px; &::after { background: white; content: ""; left: 0px; height: 2px; width: 10px; top: 50%; transform: translateY(-50%); transition: $transition; position: absolute; } &:hover { padding-left: 30px; &::after { width: 25px; } } } } #bottom { position: absolute; left: 0px; bottom: 0px; } } .sidebar-toggle{ display: none; @media (max-width: 768px){ display: block; position: absolute; left: 15px; top: 15px; } }