1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/pages/swaps/swaps-footer/index.scss

52 lines
913 B
SCSS
Raw Normal View History

2020-10-06 20:28:38 +02:00
.swaps-footer {
width: 100%;
&--warning {
.btn-primary {
background: var(--color-error-default);
border-color: var(--color-error-default);
2020-10-06 20:28:38 +02:00
}
}
2021-09-11 20:13:36 +02:00
@media screen and (max-width: $break-small) {
2020-10-06 20:28:38 +02:00
&--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) {
2020-10-06 20:28:38 +02:00
height: 96px;
}
}
&__custom-page-container-footer-button-class {
border-radius: 100px;
height: 39px;
width: 140px;
&--single {
width: 307px;
}
}
&__bottom-text {
@include H7;
2022-03-17 19:04:01 +01:00
color: var(--color-primary-default);
2020-10-06 20:28:38 +02:00
margin-bottom: 16px;
cursor: pointer;
display: flex;
justify-content: center;
@media screen and (min-width: $break-large) {
2020-10-06 20:28:38 +02:00
margin-top: 0;
}
}
}