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

21 lines
277 B
CSS

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