Skip to content
Snippets Groups Projects
_toast.scss 165 B
Newer Older
  • Learn to ignore specific revisions
  • Guilhem CARRON's avatar
    Guilhem CARRON committed
    @import 'config/colors';
    
    .toastBody {
      color: $dark-light;
      font-size: 1rem !important;
      font-weight: bold;
    }
    .toastProgress {
      background: white !important;
    }