1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-05 15:15:59 +02:00
Sonarr/UI/Settings/Notifications/notifications.less

79 lines
1.0 KiB
Plaintext
Raw Normal View History

@import "../../Shared/Styles/card.less";
@import "../../Shared/Styles/clickable.less";
2013-05-26 22:27:33 -07:00
.add-notification-item {
.card;
cursor: pointer;
font-size: 24px;
font-weight: lighter;
text-align: center;
a {
font-size: 16px;
color: #595959;
i {
.clickable;
}
}
a:hover {
text-decoration: none;
}
2013-05-26 22:27:33 -07:00
}
2013-06-25 17:34:33 -07:00
.add-notifications {
2013-05-26 22:27:33 -07:00
text-align: center;
.items {
list-style-type: none;
margin: 0px;
li {
display: inline-block;
vertical-align: top;
}
}
}
2013-06-25 17:34:33 -07:00
.notifications {
2013-06-27 18:55:45 -07:00
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
2013-06-25 17:34:33 -07:00
li {
display: inline-block;
vertical-align: top;
}
}
.notification-item {
.card;
2013-06-27 18:55:45 -07:00
width: 290px;
height: 90px;
padding: 20px 20px;
2013-06-25 17:34:33 -07:00
h3 {
margin-top: 0px;
display: inline-block;
2013-06-27 18:55:45 -07:00
width: 230px;
2013-06-25 17:34:33 -07:00
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn-group {
margin-top: 8px;
}
2013-06-27 18:55:45 -07:00
.settings {
margin-top: 5px;
}
2013-07-25 23:53:37 -07:00
2013-07-26 00:04:25 -07:00
&.add-card {
.center {
margin-top: 15px;
}
2013-07-25 23:53:37 -07:00
}
2013-06-25 17:34:33 -07:00
}