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.
45 lines
675 B
45 lines
675 B
.token-details {
|
|
&__title {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
&__closeButton {
|
|
float: right;
|
|
width: 10px;
|
|
margin-top: -17px;
|
|
margin-inline-end: -8px;
|
|
|
|
&::after {
|
|
font-size: 24px;
|
|
content: '\00D7';
|
|
color: var(--color-icon-default);
|
|
}
|
|
}
|
|
|
|
&__token-value {
|
|
font-size: 32px;
|
|
}
|
|
|
|
&__token-address {
|
|
width: 222px;
|
|
}
|
|
|
|
&__copy-icon {
|
|
float: right;
|
|
margin-inline-start: 62px;
|
|
|
|
@include screen-sm-min {
|
|
margin-inline-start: 112px;
|
|
}
|
|
}
|
|
|
|
&__hide-token-button {
|
|
width: 319px;
|
|
height: 39px;
|
|
margin-top: 70px;
|
|
|
|
@include screen-sm-min {
|
|
margin-inline-start: 20px;
|
|
}
|
|
}
|
|
}
|
|
|