Joe Milazzo 3d8aa2ad24
UX Overhaul Part 2 (#3112)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
2024-08-16 17:37:12 -07:00

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;
}