mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
styled wallet headers and transaction tables
This commit is contained in:
@@ -26,7 +26,17 @@ toast-portal {
|
||||
background-color: $gray-07;
|
||||
border: 1px solid $gray-08;
|
||||
}
|
||||
.toast-text {
|
||||
&.--success {
|
||||
background-color: $green-07;
|
||||
border: 1px solid $green-08;
|
||||
}
|
||||
&.--error {
|
||||
background-color: $red-07;
|
||||
border: 1px solid $red-08;
|
||||
}
|
||||
&.--warning {
|
||||
background-color: $yellow-07;
|
||||
border: 1px solid $yellow-08;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user