mastodon/app/javascript/flavours/glitch/styles/_custom_tk.scss

20 lines
372 B
SCSS

.auth-container-bg-img{
width: 100%;
height: 100vh;
opacity: 0.15;
filter: alpha(opacity=15);
background: url('~flavours/glitch/images/bliss/home2.jpg');
background-position: center;
background-repeat: no-repeat;
left: 0;
top: 0;
margin: 0 auto;
overflow: hidden;
position: fixed;
}
.dismissable-banner{
background: $base-overlay-background;
}