//
//  NOTICE COMPONENT
//



.ps-notice {
  > p {
    margin-top: 0;
    margin-bottom: 0 !important;
    color: $color-text-light;
    font-size: $font-size-sm;
    line-height: $line-height-base;
  }
}


.ps-notice--top {
  margin-bottom: $padding-sm;
}


.ps-notice--bottom {
  margin-top: $padding-sm;
}
