mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 23:34:10 +08:00
81396467d0
Some checks are pending
Licenses / run (push) Waiting to run
Linting / run (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (annotations, core) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (backend, core) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (backend, plugins) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (frontend, plugins) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (frontend, themes) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (system, chat) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (system, core) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (system, plugins) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (system, themes) (push) Waiting to run
Tests / core frontend (${{ matrix.browser }}) (Chrome) (push) Waiting to run
Tests / core frontend (${{ matrix.browser }}) (Firefox ESR) (push) Waiting to run
Tests / core frontend (${{ matrix.browser }}) (Firefox Evergreen) (push) Waiting to run
26 lines
434 B
SCSS
26 lines
434 B
SCSS
.invite-page {
|
|
background: var(--secondary);
|
|
}
|
|
|
|
.invites-show,
|
|
#simple-container .invite-error {
|
|
max-width: 500px;
|
|
padding: 2rem 3rem;
|
|
background: var(--secondary);
|
|
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;
|
|
}
|
|
}
|