mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 06:23:51 +08:00
12 lines
192 B
SCSS
Vendored
12 lines
192 B
SCSS
Vendored
.leaderboard-info-modal {
|
|
.d-modal__body {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.d-icon-award {
|
|
margin-right: 2rem;
|
|
font-size: 4rem;
|
|
}
|
|
}
|