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

60 lines
1012 B
SCSS
Raw Normal View History

2021-11-15 15:31:01 +01:00
.custom-img img {
2021-11-14 18:45:44 +01:00
width: 100%;
max-width: 50vw;
display: block;
margin: 0 auto;
}
2021-11-15 15:31:01 +01:00
.custom_message_heading {
font-size: 2em;
margin-bottom: 0.5em;
text-align: center;
}
2021-11-15 18:12:55 +01:00
.page-show{
min-height: 100vh;
position: relative;
top: 0;
width: 100%;
background: url('../images/home.jpg') no-repeat fixed center;
background-size: cover;
}
2021-11-15 15:31:01 +01:00
.auth-page {
2021-11-15 18:12:55 +01:00
min-height: 100vh;
2021-11-15 15:31:01 +01:00
position: absolute;
top: 0;
width: 100%;
2021-11-15 18:12:55 +01:00
background: url('../images/bliss/auth_background.jpg') no-repeat fixed center;
2021-11-15 15:31:01 +01:00
background-size: cover;
2021-11-15 18:12:55 +01:00
.form-container {
background: rgba(0, 0, 0, 0.5);
2021-11-15 15:31:01 +01:00
}
2021-11-15 18:12:55 +01:00
.logo-container {
2021-11-15 15:31:01 +01:00
width: 200px;
}
2021-11-15 18:12:55 +01:00
.img-custom {
text-align: center;
width: 440px;
background: rgba(0, 0, 0, 0.5);
margin: 0 auto;
display: block;
2021-11-15 15:31:01 +01:00
img {
2021-11-15 18:12:55 +01:00
width: 400px;
max-width: 90vw;
margin: 1em auto;
display: inline-block;
border: solid 2px #111;
}
2021-11-15 15:31:01 +01:00
}
2021-11-15 18:12:55 +01:00
.title {
padding: 1em;
2021-11-15 15:31:01 +01:00
font-size: 3em;
margin-bottom: 0.5em;
}
}