add class to nav items with children
This commit is contained in:
@@ -57,6 +57,11 @@ $menuBreakPoint: 750px;
|
||||
&--draft {
|
||||
color: rgba($colorBlack, 0.2);
|
||||
}
|
||||
|
||||
&--with-children::after {
|
||||
content: '→';
|
||||
color: rgba($colorBlack, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
&__header {
|
||||
|
||||
Reference in New Issue
Block a user