styled wallet headers and transaction tables

This commit is contained in:
Fran Jurmanović
2021-06-12 23:46:08 +02:00
parent 4df3801f42
commit d43bbfa82b
11 changed files with 340 additions and 200 deletions

View File

@@ -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;
}
}
}