Skip to content

Commit

Permalink
Deleting Bookplate and styles as it is not used.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinesullivan committed Dec 12, 2024
1 parent 0a968d8 commit 86a3873
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
18 changes: 0 additions & 18 deletions src/modules/records/components/Bookplate/index.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/modules/records/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
setRecordHoldings
} from './actions';
import BentoboxList from './components/BentoboxList';
import Bookplate from './components/Bookplate';
import FullRecordPlaceholder from './components/FullRecordPlaceholder';
import ILLRequestMessage from './components/ILLRequestMessage';
import KeywordSwitch from './components/KeywordSwitch';
Expand All @@ -32,7 +31,6 @@ export {
addHoldings,
addRecords,
BentoboxList,
Bookplate,
clearRecord,
clearRecords,
FullRecordPlaceholder,
Expand Down
10 changes: 0 additions & 10 deletions src/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1928,16 +1928,6 @@ body {
order: 3;
}

.bookplate-image {
width: 100%;
max-width: 14rem;
}

.bookplate-description {
margin-top: 0;
margin-bottom: 0.5rem;
}

.site-footer {
/* keep it to the bottom */
background: white;
Expand Down

0 comments on commit 86a3873

Please sign in to comment.