38 lines
792 B
SCSS

/*
* Notifications List
*/
div.notification-list {
div.item-bloc {
div.item-row.header {
div.item-col {
&:first-child {
flex-grow: 1;
/// 3
div.wrap-list {
div.wl-col.list {
width: 90%;
}
}
}
&:last-child {
flex-grow: 0;
}
}
ul.small_in_title {
list-style-type: circle;
li {
span.item-key {
display: inline-block;
width: 3em;
}
}
}
}
}
}