Lidarr/frontend/src/Settings/Notifications/Notifications/Notification.css

20 lines
247 B
CSS
Raw Normal View History

2017-09-04 02:20:56 +00:00
.notification {
composes: card from '~Components/Card.css';
2017-09-04 02:20:56 +00:00
width: 290px;
}
.name {
2017-10-02 03:05:28 +00:00
@add-mixin truncate;
2017-09-04 02:20:56 +00:00
margin-bottom: 20px;
font-weight: 300;
font-size: 24px;
}
.enabled {
display: flex;
flex-wrap: wrap;
margin-top: 5px;
}