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.
|
|
|
.swaps-footer {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&--warning {
|
|
|
|
.btn-primary {
|
|
|
|
background: var(--color-error-default);
|
|
|
|
border-color: var(--color-error-default);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
|
|
&--border {
|
|
|
|
.swaps-footer__custom-page-container-footer-class {
|
|
|
|
border-top: 1px solid #d2d8dd;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__custom-page-container-footer-class {
|
|
|
|
border-top: none;
|
|
|
|
|
|
|
|
@media screen and (min-width: $break-large) {
|
|
|
|
height: 96px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__custom-page-container-footer-button-class {
|
|
|
|
border-radius: 100px;
|
|
|
|
height: 39px;
|
|
|
|
width: 140px;
|
|
|
|
|
|
|
|
&--single {
|
|
|
|
width: 307px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__bottom-text {
|
|
|
|
@include H7;
|
|
|
|
|
|
|
|
color: var(--color-primary-default);
|
|
|
|
margin-bottom: 16px;
|
|
|
|
cursor: pointer;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
@media screen and (min-width: $break-large) {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|