mirror of
https://github.com/discourse/discourse.git
synced 2026-08-15 17:24:47 +08:00
15 lines
224 B
SCSS
Vendored
15 lines
224 B
SCSS
Vendored
.c-navbar {
|
|
&-container {
|
|
max-width: 100vw;
|
|
}
|
|
|
|
&__back-button {
|
|
justify-content: flex-start;
|
|
box-sizing: border-box;
|
|
min-width: calc(2.44em + 1.05rem);
|
|
}
|
|
|
|
&__title {
|
|
padding-left: 0.3rem;
|
|
}
|
|
}
|