A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ciphermask/ui/pages/confirmation/templates/flask/snap-confirm/index.scss

11 lines
193 B

.snap-confirm {
padding: 16px 32px;
border-top: 1px solid var(--Grey-100);
border-bottom: 1px solid var(--Grey-100);
margin: 24px 0 16px 0;
.text {
font-family: monospace;
}
}