You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
825 B
59 lines
825 B
@import "../../shared/Styles/card.less";
|
|
|
|
.add-notification-item {
|
|
.card;
|
|
cursor: pointer;
|
|
font-size: 24px;
|
|
font-weight: lighter;
|
|
text-align: center;
|
|
}
|
|
|
|
.add-notifications {
|
|
text-align: center;
|
|
|
|
.items {
|
|
list-style-type: none;
|
|
margin: 0px;
|
|
|
|
li {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
}
|
|
|
|
.notifications {
|
|
width: -webkit-fit-content;
|
|
width: -moz-fit-content;
|
|
width: fit-content;
|
|
|
|
li {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
.notification-item {
|
|
|
|
.card;
|
|
|
|
width: 290px;
|
|
height: 90px;
|
|
padding: 20px 20px;
|
|
|
|
h3 {
|
|
margin-top: 0px;
|
|
display: inline-block;
|
|
width: 230px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.btn-group {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.settings {
|
|
margin-top: 5px;
|
|
}
|
|
} |