mastodon/app/javascript/styles/mastodon/_custom.scss

41 lines
667 B
SCSS

.custom-img img {
width: 100%;
max-width: 50vw;
display: block;
margin: 0 auto;
}
.custom_message_heading {
font-size: 2em;
margin-bottom: 0.5em;
text-align: center;
}
.auth-page {
position: absolute;
top: 0;
width: 100%;
background: url('../images/bliss/a_travers_pic_mastodon_grey.jpg') no-repeat fixed center;
background-size: cover;
.form-container{
background: rgba(0,0,0,0.5);
}
.logo-container{
width: 200px;
}
.img-custom{
text-align:center;
img {
width: 400px;
max-width: 90vw;
margin: 1em auto;
display:inline-block;
}
}
.title{
font-size: 3em;
margin-bottom: 0.5em;
}
}