Signed-off-by: Lynx Kotoura <admin@sanin.link>
Signed-off-by: Lynx Kotoura <admin@sanin.link>
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", mastodon-font-sans-serif, sans-serif;
}
- &.app-body,
- &.error {
+ &.app-body {
position: fixed;
width: 100%;
height: 100%;
}
&.error {
+ position: absolute;
text-align: center;
color: $ui-primary-color;
- padding: 20px;
+ background: $ui-base-color;
+ width: 100%;
+ height: 100%;
+ padding: 0;
display: flex;
justify-content: center;
align-items: center;
- .dialog img {
- display: block;
- max-width: 470px;
- width: 100%;
- height: auto;
- margin-top: -120px;
- }
+ .dialog {
+ vertical-align: middle;
+ margin: 20px;
+
+ img {
+ display: block;
+ max-width: 470px;
+ width: 100%;
+ height: auto;
+ margin-top: -120px;
+ }
- .dialog h1 {
- font-size: 20px;
- line-height: 28px;
- font-weight: 400;
+ h1 {
+ font-size: 20px;
+ line-height: 28px;
+ font-weight: 400;
+ }
}
}
}