Skip to content

Commit

Permalink
Updates to breadcrumb styles
Browse files Browse the repository at this point in the history
  • Loading branch information
talvbansal committed Jul 14, 2017
1 parent a502d7d commit a9c38c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/media-manager.css

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion resources/assets/sass/media-manager.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ $editor-height: 60vh;
.breadcrumb {
background-color: transparent;
border-bottom: 1px solid #f0f0f0;
margin-bottom: 0.25rem;
padding: 8px 15px 8px 6px;
li {
a {
color: #a9a9a9;
Expand All @@ -178,7 +180,7 @@ $editor-height: 60vh;

li + li::before {
color: #ccc;
content: "/ ";
content: "> ";
padding: 0 5px;
}

Expand Down

0 comments on commit a9c38c3

Please sign in to comment.