You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
306 B
SCSS
14 lines
306 B
SCSS
.dashboard-bg {
|
|
position: relative;
|
|
min-height: 100vh;
|
|
z-index: 1;
|
|
}
|
|
.dashboard-bg::after {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background: url('/assets/images/logo.png') center / contain no-repeat;
|
|
background-size: 350px;
|
|
opacity: 0.5; /* less transparent */
|
|
z-index: -1;
|
|
} |