mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 13:19:19 +08:00
Internal ref - t/169410 Dependent on https://github.com/discourse-org/discourse-login/pull/98
44 lines
816 B
SCSS
Vendored
44 lines
816 B
SCSS
Vendored
.discourse-id-admin {
|
|
.discourse-id-header {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 1em;
|
|
|
|
.admin-config-area-card__title {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.discourse-id-stats {
|
|
display: flex;
|
|
gap: 1em;
|
|
|
|
&__item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
flex: 1;
|
|
padding: 1em 1.5em;
|
|
background: var(--primary-very-low);
|
|
border-radius: var(--d-border-radius);
|
|
}
|
|
|
|
&__value {
|
|
font-size: var(--font-up-4);
|
|
font-weight: 700;
|
|
color: var(--primary);
|
|
}
|
|
|
|
&__label {
|
|
font-size: var(--font-down-1);
|
|
color: var(--primary-medium);
|
|
text-align: center;
|
|
margin-top: 0.25em;
|
|
}
|
|
}
|
|
|
|
.discourse-id-footer {
|
|
margin-top: 1em;
|
|
}
|
|
}
|