You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/Components/Modal/ModalHeader.css

9 lines
151 B

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