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.
50 lines
803 B
50 lines
803 B
.confirm-detail-row {
|
|
padding: 14px 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
&__label {
|
|
font-size: .75rem;
|
|
font-weight: 500;
|
|
color: $scorpion;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
&__details {
|
|
flex: 1;
|
|
text-align: end;
|
|
min-width: 0;
|
|
}
|
|
|
|
&__fiat {
|
|
font-size: 1.5rem;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
&__eth {
|
|
color: $oslo-gray;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
&__header-text {
|
|
font-size: .75rem;
|
|
text-transform: uppercase;
|
|
margin-bottom: 6px;
|
|
color: $scorpion;
|
|
|
|
&--edit {
|
|
color: $curious-blue;
|
|
cursor: pointer;
|
|
}
|
|
|
|
&--total {
|
|
font-size: .625rem;
|
|
}
|
|
}
|
|
}
|
|
|