소스 검색

Add notifications sass

Daniel Supernault 7 년 전
부모
커밋
ba3577adf6
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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;
+}