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/settings/flask/snaps-list-tab/index.scss

21 lines
276 B

.snap-list-tab {
width: 100%;
height: 100%;
&__wrapper {
width: auto;
}
&__body {
padding: 12px 18px;
@media screen and (min-width: $break-large) {
padding: 12px;
}
}
.snap-settings-card {
margin: 8px 0;
max-width: 344px;
}
}