Просмотр исходного кода

Update CSS for notification panel

Kristan Kenney 6 лет назад
Родитель
Сommit
e0351898f6
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      web/css/styles.min.css

+ 5 - 1
web/css/styles.min.css

@@ -962,7 +962,11 @@ a {
 
 .notification-container li {
   border-bottom: 1px solid #e9e4e4;
-  padding: 20px;
+  padding: 30px 20px 50px 20px;
+}
+
+.notification-container  li:last-child {
+  border-bottom: none;
 }
 
 .notification-container .mark-seen {