Add custom scss
All checks were successful
Deploy / Deploy (push) Successful in 3s

This commit is contained in:
Vezpi 2025-05-22 19:38:26 +00:00
parent 275e8ef463
commit 16530dc4d8
2 changed files with 7 additions and 8 deletions

View File

@ -0,0 +1,6 @@
#i18n-switch {
color: var(--body-text-color);
display: flex;
align-items: center;
gap: var(--menu-icon-separation);
}

View File

@ -1,4 +1,3 @@
// layouts/partials/sidebar/left.html
<li class="menu-bottom-section">
<ol class="menu">
{{- $currentLanguageCode := .Language.Lang -}}
@ -29,10 +28,4 @@
</ol>
</li>
// assets/scss/partials/sidebar.scss
#i18n-switch {
color: var(--body-text-color);
display: flex;
align-items: center;
gap: var(--menu-icon-separation);
}