File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
public/css/components/nav Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 141141 }
142142 }
143143
144+ .c-nav-sidebar-categories {
145+ padding : var (--spacing-s-4 ) var (--spacing-m );
146+ font-family : var (--font-family-prose );
147+ font-size : var (--font-size-m );
148+ line-height : var (--font-size-m-line-height );
149+ box-shadow : var (--box-shadow-not-t-light );
150+ border-radius : var (--border-radius-s );
151+ }
152+
144153 & ul {
145154 list-style : none;
146155 display : flex;
Original file line number Diff line number Diff line change 9595 {{ /if }} #}}
9696 {{ /nav }}
9797 {{ /if }}
98- </ul >
98+ {{ nav :collection : sections include_home = " true" }}
99+ <li class =" c-nav-sidebar-categories u-hide-on-medium-screens u-hide-on-large-screens" >
100+ <a wire:navigate href =" {{ url }}" {{ page:section === section ? = ' class="o-current-menu-item"' }} >{{ nav_title ?? title }}</a >
101+ </li >
102+ {{ /nav :collection : sections }}
103+ </ul >
You can’t perform that action at this time.
0 commit comments