mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-25 16:42:28 +08:00
15 lines
165 B
SCSS
Vendored
15 lines
165 B
SCSS
Vendored
.c-navbar {
|
|
gap: 0.5rem;
|
|
|
|
&-container {
|
|
max-width: 100vw;
|
|
}
|
|
|
|
&__back-button {
|
|
align-self: stretch;
|
|
}
|
|
|
|
&__title {
|
|
padding-left: 0.3rem;
|
|
}
|
|
}
|