styles.scss 265 B

123456789101112131415
  1. @import 'styles/_variables.scss';
  2. .cbk-toast .Toastify{
  3. &__toast {
  4. background-color: white;
  5. @include solidBoxShadow();
  6. &-body {
  7. @include display();
  8. color: $grey-900;
  9. }
  10. }
  11. &__close-button {
  12. color: black;
  13. }
  14. }