mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:26:04 +08:00
12 lines
183 B
SCSS
12 lines
183 B
SCSS
.invites-show {
|
|
box-sizing: border-box;
|
|
padding: 1em;
|
|
|
|
.invitation-cta {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
margin-top: 2rem;
|
|
}
|
|
}
|