Fix multi-select, add new book flag

This commit is contained in:
Mark Cooper 2021-09-01 13:47:18 -05:00
parent 234653b549
commit 0c017c4227
15 changed files with 106 additions and 36 deletions

View file

@ -62,6 +62,14 @@
border-right: 6px solid transparent;
border-top: 6px solid white;
}
.triangle-right {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-bottom: 8px solid transparent;
border-top: 8px solid rgb(34,127,35);
border-right: 8px solid rgb(34,127,35);
}
.icon-text {
font-size: 1.1rem;