Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 2ea39b9

Browse files
committed
Update App.scss
1 parent 7d3e09e commit 2ea39b9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/App.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Authentication/Authenticated.html
2+
.breadcrumbs {
3+
> span {
4+
&:after {
5+
content: '>';
6+
}
7+
&:last-child:after {
8+
content: '';
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)