| 1 |
.bkbg-book-shelf-app { |
| 2 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; |
| 3 |
overflow: hidden; |
| 4 |
} |
| 5 |
|
| 6 |
.bkbg-book-shelf-app .bkbg-bs-row { |
| 7 |
overflow-x: auto; |
| 8 |
} |
| 9 |
|
| 10 |
/* Title */ |
| 11 |
.bkbg-bsh-title { |
| 12 |
font-family: var(--bkbg-bsh-title-font-family, inherit); |
| 13 |
font-weight: var(--bkbg-bsh-title-font-weight, 800); |
| 14 |
font-style: var(--bkbg-bsh-title-font-style, normal); |
| 15 |
text-transform: var(--bkbg-bsh-title-text-transform, none); |
| 16 |
text-decoration: var(--bkbg-bsh-title-text-decoration, none); |
| 17 |
font-size: var(--bkbg-bsh-title-font-size-d, 22px); |
| 18 |
line-height: var(--bkbg-bsh-title-line-height-d, 1.2); |
| 19 |
letter-spacing: var(--bkbg-bsh-title-letter-spacing-d, normal); |
| 20 |
word-spacing: var(--bkbg-bsh-title-word-spacing-d, normal); |
| 21 |
} |
| 22 |
|
| 23 |
/* Body text (list layout) */ |
| 24 |
.bkbg-bsh-body { |
| 25 |
font-family: var(--bkbg-bsh-body-font-family, inherit); |
| 26 |
font-weight: var(--bkbg-bsh-body-font-weight, 600); |
| 27 |
font-style: var(--bkbg-bsh-body-font-style, normal); |
| 28 |
text-transform: var(--bkbg-bsh-body-text-transform, none); |
| 29 |
text-decoration: var(--bkbg-bsh-body-text-decoration, none); |
| 30 |
font-size: var(--bkbg-bsh-body-font-size-d, 13px); |
| 31 |
line-height: var(--bkbg-bsh-body-line-height-d, 1.4); |
| 32 |
letter-spacing: var(--bkbg-bsh-body-letter-spacing-d, normal); |
| 33 |
word-spacing: var(--bkbg-bsh-body-word-spacing-d, normal); |
| 34 |
} |
| 35 |
|
| 36 |
.bkbg-bsh-body-author { |
| 37 |
font-family: var(--bkbg-bsh-body-font-family, inherit); |
| 38 |
font-weight: var(--bkbg-bsh-body-font-weight, 400); |
| 39 |
font-style: var(--bkbg-bsh-body-font-style, normal); |
| 40 |
text-transform: var(--bkbg-bsh-body-text-transform, none); |
| 41 |
text-decoration: var(--bkbg-bsh-body-text-decoration, none); |
| 42 |
font-size: var(--bkbg-bsh-body-font-size-d, 12px); |
| 43 |
line-height: var(--bkbg-bsh-body-line-height-d, 1.4); |
| 44 |
letter-spacing: var(--bkbg-bsh-body-letter-spacing-d, normal); |
| 45 |
word-spacing: var(--bkbg-bsh-body-word-spacing-d, normal); |
| 46 |
} |
| 47 |
|
| 48 |
/* === Typography responsive === */ |
| 49 |
@media (max-width: 1024px) { |
| 50 |
.bkbg-bsh-title { |
| 51 |
font-size: var(--bkbg-bsh-title-font-size-t, var(--bkbg-bsh-title-font-size-d, 22px)); |
| 52 |
line-height: var(--bkbg-bsh-title-line-height-t, var(--bkbg-bsh-title-line-height-d, 1.2)); |
| 53 |
letter-spacing: var(--bkbg-bsh-title-letter-spacing-t, var(--bkbg-bsh-title-letter-spacing-d, normal)); |
| 54 |
word-spacing: var(--bkbg-bsh-title-word-spacing-t, var(--bkbg-bsh-title-word-spacing-d, normal)); |
| 55 |
} |
| 56 |
.bkbg-bsh-body, |
| 57 |
.bkbg-bsh-body-author { |
| 58 |
font-size: var(--bkbg-bsh-body-font-size-t, var(--bkbg-bsh-body-font-size-d, 13px)); |
| 59 |
line-height: var(--bkbg-bsh-body-line-height-t, var(--bkbg-bsh-body-line-height-d, 1.4)); |
| 60 |
letter-spacing: var(--bkbg-bsh-body-letter-spacing-t, var(--bkbg-bsh-body-letter-spacing-d, normal)); |
| 61 |
word-spacing: var(--bkbg-bsh-body-word-spacing-t, var(--bkbg-bsh-body-word-spacing-d, normal)); |
| 62 |
} |
| 63 |
} |
| 64 |
|
| 65 |
@media (max-width: 767px) { |
| 66 |
.bkbg-bsh-title { |
| 67 |
font-size: var(--bkbg-bsh-title-font-size-m, var(--bkbg-bsh-title-font-size-t, var(--bkbg-bsh-title-font-size-d, 22px))); |
| 68 |
line-height: var(--bkbg-bsh-title-line-height-m, var(--bkbg-bsh-title-line-height-t, var(--bkbg-bsh-title-line-height-d, 1.2))); |
| 69 |
letter-spacing: var(--bkbg-bsh-title-letter-spacing-m, var(--bkbg-bsh-title-letter-spacing-t, var(--bkbg-bsh-title-letter-spacing-d, normal))); |
| 70 |
word-spacing: var(--bkbg-bsh-title-word-spacing-m, var(--bkbg-bsh-title-word-spacing-t, var(--bkbg-bsh-title-word-spacing-d, normal))); |
| 71 |
} |
| 72 |
.bkbg-bsh-body, |
| 73 |
.bkbg-bsh-body-author { |
| 74 |
font-size: var(--bkbg-bsh-body-font-size-m, var(--bkbg-bsh-body-font-size-t, var(--bkbg-bsh-body-font-size-d, 13px))); |
| 75 |
line-height: var(--bkbg-bsh-body-line-height-m, var(--bkbg-bsh-body-line-height-t, var(--bkbg-bsh-body-line-height-d, 1.4))); |
| 76 |
letter-spacing: var(--bkbg-bsh-body-letter-spacing-m, var(--bkbg-bsh-body-letter-spacing-t, var(--bkbg-bsh-body-letter-spacing-d, normal))); |
| 77 |
word-spacing: var(--bkbg-bsh-body-word-spacing-m, var(--bkbg-bsh-body-word-spacing-t, var(--bkbg-bsh-body-word-spacing-d, normal))); |
| 78 |
} |
| 79 |
} |
| 80 |
|