@import './theme/default.pcss';

.zent-notify {
  position: fixed;
  top: 80px;
  left: 25%;
  right: 25%;
  line-height: 40px;
  font-size: 14px;
  color: $theme-stroke-10;
  text-align: center;
  border-radius: 2px;
  z-index: 10000;
  min-height: 40px;

  &.zent-notify-success {
    border: 1px solid $theme-success-1;
    background: $theme-success-4;
  }

  &.zent-notify-error {
    border: 1px solid $theme-error-1;
    background: $theme-error-2;
  }
}
