mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-02-24 20:20:02 -05:00
19 lines
311 B
SCSS
19 lines
311 B
SCSS
|
|
.modal-content {
|
|
color: var(--body-text-color);
|
|
background-color: var(--modal-bg-color);
|
|
font-size: .9rem;
|
|
}
|
|
|
|
.modal-title {
|
|
word-break: break-all;
|
|
}
|
|
|
|
.scrollable-modal {
|
|
max-height: calc(var(--vh) * 100 - 198px);
|
|
overflow: auto;
|
|
}
|
|
|
|
input, textarea {
|
|
font-size: 0.9rem !important;
|
|
} |