Radarr/frontend/src/Components/Modal/ModalHeader.css
Qstick 850bfdcf82 New: Native Theme Engine
Co-Authored-By: Zak Saunders <1936903+thezak48@users.noreply.github.com>
2022-11-20 11:49:50 -06:00

8 lines
157 B
CSS

.modalHeader {
@add-mixin truncate;
flex-shrink: 0;
padding: 15px 50px 15px 30px;
border-bottom: 1px solid var(--borderColor);
font-size: 18px;
}