mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-15 20:44:34 +00:00
20 lines
307 B
Plaintext
20 lines
307 B
Plaintext
.navbar-notification-feed {
|
|
overflow: scroll;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.notification-new {
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
.notification-details-profile-image {
|
|
float: left;
|
|
width: 40px;
|
|
}
|
|
|
|
.notification-details {
|
|
margin-left: 10px;
|
|
padding-left: 15px;
|
|
max-width: 210px;
|
|
overflow: hidden;
|
|
} |