Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.shinegis.mu
/
htdocs
/
assets
/
css
/
elems
/
/srv/data/web/vhosts/www.shinegis.mu/htdocs/assets/css/elems/header.scss
.header { position: relative; width: 100%; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: transparent; background: radial-gradient(at top center, $theme 0%, $black 100%); font-family: "Comfortaa"; overflow: hidden; .overlay-header { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url("/assets/img/poly-bg-white.svg") top/cover no-repeat; z-index: 1; mix-blend-mode: overlay; } .overlay-animate { position: absolute; width: 100%; height: 100%; background: url("/assets/img/poly-bg-white.svg") top/cover no-repeat; z-index: 1; transform: scale(1.2501); transition: all $transition ease-in-out; } }