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

12 lines
182 B
CSS
Raw Normal View History

2018-01-13 02:01:27 +00:00
.deleteButton {
2019-07-22 00:41:52 +00:00
composes: button from "~Components/Link/Button.css";
2018-01-13 02:01:27 +00:00
margin-right: auto;
}
.message {
2019-07-22 00:41:52 +00:00
composes: alert from "~Components/Alert.css";
2018-01-13 02:01:27 +00:00
margin-bottom: 30px;
}