updated mobile filter modal

This commit is contained in:
Jake
2022-11-21 12:39:57 -07:00
parent 8f911c2e24
commit 19035162a4
4 changed files with 511 additions and 379 deletions

View File

@@ -567,6 +567,22 @@ pre code {
// Use Cases & Featured Projects page
.page-uses {
.card-body {
background: #FFFFFF;
color: #343437
}
.modal-footer,
.modal-header {
background-color: #FCFCFD;
}
@each $usecase in "micropayments", "wallets", "exchanges", "stablecoins", "nft", "defi", "cbdc" {
##{$usecase} {
content: url("../img/icons/lightmode/#{$usecase}.svg");