notification.scss 284 B

1234567891011121314
  1. .el-notification {
  2. width: 380px;
  3. background: rgba(0, 0, 0, 0.5);
  4. border-color: #04476e;
  5. .el-notification__group {
  6. .el-notification__title,
  7. .el-notification__content {
  8. color: #c0c4cc;
  9. }
  10. }
  11. .el-notification__closeBtn {
  12. color: white;
  13. }
  14. }