37 lines
386 B
SCSS
Executable File
37 lines
386 B
SCSS
Executable File
.list {
|
|
max-width: 400px;
|
|
}
|
|
|
|
.item > img.item-primary:not(.thumbnail) {
|
|
border-radius: 10px !important;
|
|
}
|
|
|
|
.item > img.item-primary {
|
|
width: 48px;
|
|
height: 46px;
|
|
}
|
|
|
|
.item > .item-secondary {
|
|
width: 57px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.unread {
|
|
|
|
}
|
|
|
|
.unread-date {
|
|
color: royalblue;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.read {
|
|
color: grey;
|
|
}
|
|
|
|
|
|
.my-custom-toggle {
|
|
border: 1px solid #027be3;
|
|
}
|
|
|