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/swaps/select-quote-popover/quote-details/index.scss

98 lines
1.5 KiB

.quote-details {
display: flex;
flex-flow: column;
padding-left: 16px;
padding-right: 16px;
&__detail-header {
@include H7;
color: var(--color-text-alternative);
margin-bottom: 2px;
display: flex;
}
&__detail-content {
@include H6;
color: var(--color-text-default);
> div {
justify-content: flex-start;
}
}
&__conversion-rate {
color: var(--color-text-default);
justify-content: flex-start;
align-items: center;
height: inherit;
.view-quote__conversion-rate-eth-label {
color: var(--color-text-default);
}
i {
color: var(--color-primary-default);
}
* {
margin-right: 4px;
}
}
&__popover-wrap {
.popover-content {
margin-left: 24px;
}
}
&__light-grey {
color: var(--color-border-muted);
}
&__row {
height: 60px;
padding-top: 16px;
padding-bottom: 16px;
display: flex;
flex-flow: column;
justify-content: center;
border-top: 1px solid var(--color-background-alternative);
&--high {
min-height: 60px;
height: inherit;
}
}
.view-quote__conversion-rate-token-label {
@include H6;
color: var(--color-text-default);
font-weight: bold;
margin-left: 2px;
}
&__metafox-logo {
width: 17px;
margin-right: 4px;
}
.info-tooltip {
margin-left: 2px;
}
&--high {
min-height: 60px;
height: inherit;
}
&__font-small {
@include H7;
}
&__bold {
font-weight: bold;
}
}