feat(settings): add blocked addresses setting

This commit is contained in:
Tom (plebeius.eth)
2024-06-14 16:57:27 +02:00
parent 8b601726ae
commit 42a6fb4a70
4 changed files with 86 additions and 0 deletions
@@ -0,0 +1,24 @@
.setting {
margin-left: 10px;
margin-bottom: 10px;
}
.blockedAddresses {
padding-top: 5px;
}
.blockedAddress {
padding-top: 5px;
margin-left: 20px;
}
.button {
text-transform: capitalize;
color: var(--button-desktop-text-color);
text-decoration: var(--button-text-decoration);
}
.button:hover {
color: var(--button-desktop-text-color-hover);
cursor: pointer;
}