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.
25 lines
425 B
25 lines
425 B
.import-token {
|
|
flex-direction: column;
|
|
|
|
.actionable-message {
|
|
margin-top: 0;
|
|
|
|
&__message {
|
|
color: var(--color-text-default);
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
&__contract-address {
|
|
border-radius: 8px;
|
|
background-color: var(--color-background-alternative);
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
&__token-icon {
|
|
font-size: $font-size-h2;
|
|
margin-top: 24px;
|
|
width: 69px;
|
|
height: 69px;
|
|
}
|
|
}
|
|
|