mirror of https://framagit.org/tykayn/mastodon
parent
e6d4236925
commit
490f9a14ac
@ -0,0 +1,19 @@
|
||||
|
||||
.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;
|
||||
}
|
Loading…
Reference in new issue