mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
99 lines
1.5 KiB
SCSS
99 lines
1.5 KiB
SCSS
.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;
|
|
}
|
|
}
|