Browse Source

Add notifications sass

Daniel Supernault 7 năm trước cách đây
mục cha
commit
ba3577adf6
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      resources/assets/sass/components/notifications.scss

+ 8 - 0
resources/assets/sass/components/notifications.scss

@@ -0,0 +1,8 @@
+.notification-page .list-group-item {
+  border-left: 0 !important;
+  border-right: 0 !important;
+  border-bottom: 0 !important;
+  background: transparent;
+  padding-top: 1rem;
+  padding-bottom: 1rem;
+}