Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
srv
/
data
/
web
/
vhosts
/
www.impressionrapide.fr
/
htdocs
/
assets
/
css
/
back
/
//proc/212/root/srv/data/web/vhosts/www.impressionrapide.fr/htdocs/assets/css/back/global.scss
#back_layout { display: flex; flex-flow: row nowrap; @media (max-width: 768px){ width: 200vw; justify-content: flex-end; transition: 0.25s; &.open{ transform: translateX(-100vw); } } #content_layout { overflow-y: scroll; max-height: 100vh; width: 100%; @media (max-width: 768px){ width: 100vw; position: relative; } } max-height: 100vh; overflow: hidden; } img { max-width: 100%; } h1 { border-bottom: 2px solid $theme; margin-bottom: 30px; padding: 15px 0px; } .simple-link { color: $theme; padding: 5px 15px; position: relative; transition: $transition; text-decoration: none; display: block; line-height: 25px; font-size: 18px; &::after { background: $theme; content: ""; left: 0px; height: 2px; width: 10px; top: 50%; transform: translateY(-50%); transition: $transition; position: absolute; } &:hover { color: $theme; padding-left: 30px; &::after { width: 25px; } } } .center-y { display: flex; flex-direction: column; justify-content: center; } .align-right-center { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; } hr { height: 2px !important; background: $theme; opacity: 1 !important; } .bg-grey { background: $grey; } .dataTables_wrapper { input, select { @extend .form-control; } .paginate_button { @extend .btn; } .dataTables_length label { display: flex; flex-direction: row; line-height: 38px; select { margin: 0px 10px; } } } select.form-control { appearance: auto; } .vich-image img, .vich-image a{ width: 100%; display: block; } .status-popup{ position: absolute; right: 0px; top: 100%; z-index: 999; background: white; padding: 15px; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); transition: $transition; .btn{ white-space: nowrap; } .status-popup-close{ position: absolute; right: 10px; top: -5px; font-size: 30px; cursor: pointer; } &:not(.open){ top: 80%; opacity: 0; pointer-events: none; } }