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 15, 2021
1 parent 499e5b5 commit 86ee346
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,7 +37,9 @@
@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';

@import 'archivesspace/helpers.scss';
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 @@ -826,7 +826,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 86ee346

Please sign in to comment.