Sonarr/frontend/src/Settings/Notifications/Notifications/EditNotificationModalConten...

21 lines
277 B
CSS
Raw Normal View History

2018-01-13 02:01:27 +00:00
.deleteButton {
composes: button from '~Components/Link/Button.css';
2018-01-13 02:01:27 +00:00
margin-right: auto;
}
.message {
composes: alert from '~Components/Alert.css';
2018-01-13 02:01:27 +00:00
margin-bottom: 30px;
}
.triggers {
margin-top: 3px;
}
.triggerEvents {
margin-top: 10px;
user-select: none;
}