mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
dark-style toast
This commit is contained in:
parent
1159191a00
commit
1c50510ee5
|
@ -169,6 +169,16 @@
|
|||
border-color: lighten($bg-dark, 20%);
|
||||
background: $bg-dark url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23dedede' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px
|
||||
}
|
||||
|
||||
.b-toast .toast {
|
||||
background: $bg-dark;
|
||||
border-color: lighten($bg-dark, 20%);
|
||||
}
|
||||
.toast-header {
|
||||
color: $fg-color;
|
||||
background: darken($bg-dark, 10%);
|
||||
border-color: lighten($bg-dark, 20%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user