mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 23:52:59 +08:00
17 lines
260 B
SCSS
Vendored
17 lines
260 B
SCSS
Vendored
.customize-show-schema {
|
|
&__header {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
&__back {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.25em;
|
|
color: var(--tertiary);
|
|
|
|
.d-icon {
|
|
font-size: var(--font-down-1);
|
|
color: currentcolor;
|
|
}
|
|
}
|
|
}
|