2015-07-17 14:47:49 +09:30
|
|
|
.NotificationsDropdown {
|
|
|
|
.Dropdown-menu {
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
.NotificationList-content {
|
|
|
|
max-height: 70vh;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
& .Dropdown-toggle .Button-label {
|
2015-09-04 13:50:33 +09:30
|
|
|
margin-left: 7px;
|
2015-07-17 14:47:49 +09:30
|
|
|
}
|
|
|
|
}
|
|
|
|
@media @tablet-up {
|
|
|
|
.NotificationsDropdown {
|
|
|
|
.Dropdown-menu {
|
2015-08-21 10:00:09 +09:30
|
|
|
width: 425px;
|
2015-07-17 14:47:49 +09:30
|
|
|
}
|
|
|
|
.Dropdown-toggle {
|
|
|
|
.Button--icon();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-29 00:50:28 +02:00
|
|
|
.NotificationsDropdown .Dropdown-toggle.new .Button-icon {
|
2015-09-04 12:15:11 +09:30
|
|
|
color: @header-color;
|
|
|
|
}
|
2015-09-29 00:50:28 +02:00
|
|
|
|
2015-09-04 12:15:11 +09:30
|
|
|
.NotificationsDropdown-unread {
|
|
|
|
position: absolute;
|
|
|
|
top: 1px;
|
2015-09-04 13:50:33 +09:30
|
|
|
left: 17px;
|
2016-03-28 10:23:49 +10:30
|
|
|
background: @header-control-color;
|
2015-09-04 12:15:11 +09:30
|
|
|
color: @header-bg;
|
|
|
|
font-size: 11px;
|
2015-07-17 14:47:49 +09:30
|
|
|
font-weight: bold;
|
2015-09-15 12:54:49 +09:30
|
|
|
padding: 2px 4px 3px;
|
2015-09-04 12:15:11 +09:30
|
|
|
line-height: 1em;
|
|
|
|
border-radius: 10px;
|
|
|
|
border: 1px solid @header-bg;
|
2015-09-15 12:54:49 +09:30
|
|
|
min-width: 18px;
|
|
|
|
height: 18px;
|
2015-11-21 13:16:46 +10:30
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
@media @phone {
|
|
|
|
left: 20px;
|
|
|
|
}
|
2015-09-29 00:50:28 +02:00
|
|
|
|
|
|
|
.new & {
|
|
|
|
background: @header-color;
|
|
|
|
}
|
2015-07-17 14:47:49 +09:30
|
|
|
}
|