mirror of
https://github.com/discourse/discourse.git
synced 2026-08-15 17:24:47 +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;
|
|
}
|
|
}
|