Files
socialhose-php/frontend/app/styles/components/notifications/toastify/_variables.scss
T
2022-12-09 08:36:26 -06:00

20 lines
530 B
SCSS
Executable File

$rt-namespace: 'Toastify';
$rt-toast-width: 320px !default;
$rt-toast-background: #ffffff !default;
$rt-toast-min-height: 54px !default;
$rt-toast-max-height: 800px !default;
$rt-color-default: #fff !default;
$rt-color-info: $info !default;
$rt-color-success: $success !default;
$rt-color-warning: $warning !default;
$rt-color-error: $danger !default;
$rt-color-progress-default: $primary !default;
$rt-mobile: "only screen and (max-width : 480px)" !default;
$rt-font-family: sans-serif !default;
$rt-z-index: 9999 !default;