mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 02:03:45 +08:00
16 lines
258 B
SCSS
16 lines
258 B
SCSS
|
#main-outlet-wrapper:has(.invites-show) {
|
||
|
padding: 0;
|
||
|
}
|
||
|
.invites-show {
|
||
|
height: 100vh;
|
||
|
width: 100vw;
|
||
|
box-sizing: border-box;
|
||
|
|
||
|
.invitation-cta {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: flex-start;
|
||
|
margin-top: 2rem;
|
||
|
}
|
||
|
}
|