videoflix/frontend/src/app/components/auth/register/register.component.scss
2025-04-19 17:15:45 +02:00

8 lines
311 B
SCSS

@use "./../../../../assets/style/form.scss" as *;
@use "./../../../../assets/style/auth-layout.scss" as *;
@use "./../../../../assets/style/checkbox.scss" as *;
section {
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
url(./../../../../assets/img/backgrounds/register.png);
}