-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootstrap-4-notifications-sample.css
73 lines (61 loc) · 1.21 KB
/
bootstrap-4-notifications-sample.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.dropdown-item.dropdown-notification:active, .dropdown-item.dropdown-notification.active {
color: #1d1e1f;
text-decoration: none;
background-color: #f7f7f9;
}
.dropdown-notification:hover .notification-read {
color: #34495E;
}
.dropdown-notification-all {
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
font-style: oblique;
background-color: #34495E;
color: white;
}
.dropdown-notification-all:hover {
background-color: #34495E;
color: white;
}
.notifications-container {
max-height: 300px;
overflow: auto;
}
.notification-dropdown-menu {
padding-bottom: 0;
min-width: 528px;
}
.notification-img {
width: 48px;
display: inline-block;
vertical-align: top;
}
.notifications-body {
display: inline-block;
}
.notification-texte {
text-align: left;
margin: 0;
}
.notification-read {
margin: 0;
height: 48px;
vertical-align: top;
line-height: 48px;
padding-left: 15px;
color: white;
float: right;
}
.notification-date {
text-align: left;
color: #2980b9;
margin: 0;
}
.notification-solo {
margin-top: 1rem;
}
.notification-unread {
text-decoration: none;
background-color: #f7f7f9;
}