1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-16 21:15:33 -04:00
Files
Radarr/src/UI/Settings/Notifications/notifications.less
Mark McDowall 0f2bba0615 Custom scripts
New: Run custom scripts (Connection)

Closes #439
2015-07-20 10:49:54 -07:00

37 lines
541 B
Plaintext

@import "../../Shared/Styles/clickable.less";
//.notifications {
// width: -webkit-fit-content;
// width: -moz-fit-content;
// width: fit-content;
//}
.notification-item {
.clickable;
width: 290px;
height: 115px;
padding: 20px 20px;
.settings {
margin-top: 5px;
.label {
display : inline-block;
margin-bottom : 2px;
padding : 4px 6px 3px 6px;
}
}
&.add-card {
.center {
margin-top: -4px;
}
}
}
.add-notifications {
li.add-thingy-item {
width: 40%;
}
}