mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 11:38:24 +00:00
update toast colors
This commit is contained in:
parent
ca376788ad
commit
1be0ae31eb
1 changed files with 2 additions and 2 deletions
|
@ -691,8 +691,8 @@ $toast-max-width: 100px !default;
|
|||
$toast-padding-x: .5rem !default;
|
||||
$toast-padding-y: .5rem !default;
|
||||
$toast-font-size: .875rem !default;
|
||||
$toast-color: $white !default;
|
||||
$toast-background-color: $black;
|
||||
$toast-color: $dark !default;
|
||||
$toast-background-color: $success;
|
||||
$toast-border-width: 0 !default;
|
||||
$toast-no-close-button: true !default;
|
||||
// $toast-border-color: rgba(0, 0, 0, .1) !default;
|
||||
|
|
Loading…
Add table
Reference in a new issue