mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
17 lines
266 B
SCSS
17 lines
266 B
SCSS
.customize-themes-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;
|
|
}
|
|
}
|
|
}
|