notifications.css 327 B

1234567891011121314151617
  1. #notifications {
  2. position: relative;
  3. }
  4. #notifications .notifications-drawer-toggle {
  5. display: block;
  6. line-height: 28px;
  7. color: #f2f2f2;
  8. margin: 0 10px;
  9. width: 28px;
  10. height: 28px;
  11. text-align: center;
  12. border: 0;
  13. padding: 0;
  14. }
  15. #notifications .notifications-drawer-toggle.alert {
  16. background-color: #eb4646;
  17. }