diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 0ca446c..8be412e 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -64,10 +64,34 @@ ul.ul-2>.td-sidebar-nav__section-title a { color: #616161 !important; font-weight: 400; + padding: .3rem .8rem !important; + border-radius: .3rem; + margin: .1rem !important; +} + +.td-sidebar-link.td-sidebar-link__section { + border-radius: .3rem; + padding: .3rem .8rem !important; + margin: .1rem !important; +} + +.td-sidebar-link.td-sidebar-link__section:hover { + color: $primary !important; + background-color: #7EB07F11; +} + +.td-sidebar-nav a.active { + color: $primary !important; + background-color: #7EB07F22; +} + +ul.ul-2 { + padding: 0; } ul.ul-2>.td-sidebar-nav__section-title a:hover { - color: $blue !important; + color: $primary !important; + background-color: #7EB07F11; } li:has(input[type="checkbox"]) {