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