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/components/app/alerts/unconnected-account-alert/unconnected-account-alert.scss

61 lines
1.0 KiB

.unconnected-account-alert {
&__content {
border-radius: 0;
}
&__footer {
flex-direction: column;
> :only-child {
margin: 0;
}
}
&__footer-row {
display: flex;
flex-direction: row;
}
& &__dismiss-button {
background: var(--color-primary-default);
color: var(--color-primary-inverse);
height: 40px;
width: 100px;
border: 0;
}
&__error {
@include H6;
margin-bottom: 16px;
padding: 16px;
border: 1px solid var(--color-error-default);
background: var(--color-error-muted);
border-radius: 3px;
}
&__checkbox-wrapper {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
}
&__checkbox {
margin-right: 8px;
padding-top: 1px; // better alignment with rest of content
}
&__checkbox-label {
@include H7;
display: flex;
margin-top: auto;
margin-bottom: auto;
color: var(--color-text-alternative);
}
&__checkbox-label-tooltip {
margin-left: 8px;
}
}