mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 03:33:39 +08:00
27 lines
474 B
SCSS
27 lines
474 B
SCSS
.invite-page {
|
|
background: var(--secondary);
|
|
}
|
|
|
|
.invites-show,
|
|
#simple-container .invite-error {
|
|
max-width: 500px;
|
|
padding: 2rem 3rem;
|
|
background: var(--secondary);
|
|
box-shadow: var(--shadow-menu-panel);
|
|
margin: 10vh auto 1em auto;
|
|
@media screen and (max-height: 700px) {
|
|
margin: 1em auto 1em auto;
|
|
}
|
|
}
|
|
|
|
#simple-container .invite-error {
|
|
.error-info {
|
|
text-align: center;
|
|
}
|
|
|
|
.error-image {
|
|
text-align: center;
|
|
padding-bottom: 1em;
|
|
}
|
|
}
|