Skip to content

Commit 818540b

Browse files
committed
refactor: change .sidebar-nav-sm to .compact
1 parent 5942c38 commit 818540b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

scss/sidebar/_sidebar-nav.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,11 @@
154154
}
155155
}
156156
}
157-
}
158157

159-
.sidebar-nav-sm {
160-
.nav-link {
161-
padding: ($sidebar-nav-link-padding-y / 2) $sidebar-nav-link-padding-x;
158+
&.compact,
159+
.compact {
160+
.nav-link {
161+
padding: ($sidebar-nav-link-padding-y / 2) $sidebar-nav-link-padding-x;
162+
}
162163
}
163164
}

0 commit comments

Comments
 (0)