2017-04-12 16:01:59 +02:00
|
|
|
body {
|
2017-05-07 15:23:06 +02:00
|
|
|
font-family: 'mastodon-font-sans-serif', sans-serif;
|
2017-05-08 15:57:49 +02:00
|
|
|
background: $ui-base-color url('../images/background-photo.jpg');
|
2017-04-12 16:01:59 +02:00
|
|
|
background-size: cover;
|
|
|
|
background-attachment: fixed;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 18px;
|
|
|
|
font-weight: 400;
|
2017-05-08 15:57:49 +02:00
|
|
|
color: $primary-text-color;
|
2017-04-12 16:01:59 +02:00
|
|
|
padding-bottom: 140px;
|
|
|
|
text-rendering: optimizelegibility;
|
|
|
|
font-feature-settings: "kern";
|
|
|
|
text-size-adjust: none;
|
|
|
|
|
|
|
|
&.app-body {
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0;
|
2017-05-08 15:57:49 +02:00
|
|
|
background: $ui-base-color;
|
2017-04-12 16:01:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&.embed {
|
|
|
|
background: transparent;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
.container {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.admin {
|
2017-05-08 15:57:49 +02:00
|
|
|
background: darken($ui-base-color, 4%);
|
2017-04-12 16:01:59 +02:00
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 360px) {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
button:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-holder {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|