mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 11:13:38 +08:00
11 lines
227 B
SCSS
11 lines
227 B
SCSS
|
.invites-show {
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
left: 50%;
|
||
|
transform: translateX(-50%) translateY(-50%);
|
||
|
max-width: 500px;
|
||
|
padding: 2rem 3rem;
|
||
|
background: var(--secondary);
|
||
|
box-shadow: var(--shadow-menu-panel);
|
||
|
}
|