1
0

notifications.scss 201 B

12345678
  1. .notification-page .list-group-item {
  2. border-left: 0 !important;
  3. border-right: 0 !important;
  4. border-bottom: 0 !important;
  5. background: transparent;
  6. padding-top: 1rem;
  7. padding-bottom: 1rem;
  8. }