mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
38 lines
792 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|