mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
updated mobile filter modal
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user