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/alerts-tab/alerts-tab.scss

31 lines
527 B

.alerts-tab {
&__body {
@include H6;
display: grid;
grid-template-columns: 8fr 30px max-content;
grid-template-rows: 1fr 1fr;
align-items: center;
display: block;
}
&__description-container {
display: flex;
}
&__description-container > * {
padding: 0 8px;
}
&__description {
display: flex;
align-items: center;
}
&__item {
border-bottom: 1px solid var(--color-border-muted);
padding: 16px 32px;
display: flex;
justify-content: space-between;
}
}