Skip to content

Commit

Permalink
Import new files in application.scss, change content value in aspace.css
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzelip committed Dec 7, 2021
1 parent b1098e8 commit ebd7877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions public/app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@
@import 'archivesspace/record-type-badge';

@import 'archivesspace/infinite-scroll';
@import 'archivesspace/infinite-scroll-dark.scss';
@import 'archivesspace/largetree';
@import 'archivesspace/largetree-dark.scss';
@import 'archivesspace/mixed-content';
2 changes: 1 addition & 1 deletion public/app/assets/stylesheets/archivesspace/aspace.scss
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ span.head {

.breadcrumb > li + li::before {
color: var(--darkest);
content: '\007C\00a0';
content: '|';
}
.breadcrumb * a {
color: var(--breadcrumb-link);
Expand Down

0 comments on commit ebd7877

Please sign in to comment.