mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 04:09:55 +08:00
This makes it clearer that admin css is compiled to a separate bundle. This is a first step towards moving the 'admin' parts out of the main mobile/desktop bundles.
16 lines
251 B
SCSS
Vendored
16 lines
251 B
SCSS
Vendored
.admin-flags__header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
|
|
.btn-primary {
|
|
align-self: center;
|
|
}
|
|
|
|
h3 {
|
|
margin-top: 1em;
|
|
font-size: var(--font-0);
|
|
font-weight: normal;
|
|
flex-basis: 100%;
|
|
}
|
|
}
|