.notification {
  &.with-icon {
    &.info {
      border-color: $info;
      .icon {
        fill: $info;
      }
    }
  }
}
