Skip to content

Commit d32a300

Browse files
committed
Add sidebar-container--border-right class
1 parent 178631b commit d32a300

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

addon/styles/sidebar-container.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
padding: 0;
2525
}
2626

27+
.es-sidebar--border-right {
28+
border-right: 2px solid var(--color-gray-300);
29+
}
30+
2731
@media (max-width: 844px) {
2832
.sidebar-container {
2933
display: block;

0 commit comments

Comments
 (0)