2019-03-22 00:03:30 +01:00
|
|
|
@import 'token-list/index';
|
2018-05-20 08:04:19 +02:00
|
|
|
|
2021-09-10 22:21:04 +02:00
|
|
|
.import-token {
|
2021-05-18 19:23:54 +02:00
|
|
|
$self: &;
|
|
|
|
|
2018-05-20 08:04:19 +02:00
|
|
|
&__custom-token-form {
|
|
|
|
padding: 8px 16px 16px;
|
|
|
|
|
|
|
|
input[type="number"]::-webkit-inner-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="number"]:hover::-webkit-inner-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
display: none;
|
|
|
|
}
|
2021-05-18 19:23:54 +02:00
|
|
|
& #{$self}__decimal-warning {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2018-05-20 08:04:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__search-token {
|
2021-09-20 21:42:58 +02:00
|
|
|
padding: 0 16px 16px 16px;
|
2018-05-20 08:04:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__token-list {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
2019-02-13 15:00:22 +01:00
|
|
|
|
|
|
|
&__custom-symbol {
|
|
|
|
&__label-wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__label {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__edit {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
text-align: right;
|
2020-07-17 20:11:04 +02:00
|
|
|
color: $primary-blue;
|
2019-02-13 15:00:22 +01:00
|
|
|
padding-right: 4px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
2021-05-18 19:23:54 +02:00
|
|
|
|
|
|
|
&__link {
|
|
|
|
@include H7;
|
|
|
|
|
|
|
|
display: inline;
|
|
|
|
color: $primary-blue;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
2021-09-20 21:42:58 +02:00
|
|
|
|
|
|
|
&__token-detection-announcement {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
2018-05-20 08:04:19 +02:00
|
|
|
}
|