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.
|
|
|
.basic-tab-content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
padding-left: 21px;
|
|
|
|
height: 324px;
|
|
|
|
background: var(--color-background-alternative);
|
|
|
|
border-bottom: 1px solid var(--color-border-default);
|
|
|
|
|
|
|
|
&__title {
|
|
|
|
@include Paragraph;
|
|
|
|
|
|
|
|
margin-top: 19px;
|
|
|
|
color: var(--color-text-default);
|
|
|
|
}
|
|
|
|
|
|
|
|
&__blurb {
|
|
|
|
@include H7;
|
|
|
|
|
|
|
|
width: 95%;
|
|
|
|
color: var(--color-text-default);
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__footer-blurb {
|
|
|
|
@include H7;
|
|
|
|
|
|
|
|
width: 95%;
|
|
|
|
color: var(--color-text-alternative);
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
}
|