-
+
Выберите кошелек для получения дополнительной информации
@@ -86,9 +75,11 @@
@@ -129,18 +125,10 @@ export default {
border-right: 1px solid $--grey;
overflow-y: auto;
}
- &__header-list {
- font-size: 18px;
- max-height: 64px;
- }
&__currnecy {
color: rgba($color: $--white, $alpha: 0.5);
margin-right: 4px;
}
- &__summ {
- color: $--white;
- font-weight: 500;
- }
&__icon-wrapper {
display: flex;
align-items: center;
@@ -165,7 +153,7 @@ export default {
opacity: 1;
}
&__animation-active {
- transition: 0.5s;
+ transition: 1s;
}
}
}