2018-10-17 01:03:29 +02:00
|
|
|
.currency-input {
|
|
|
|
&__conversion-component {
|
2020-10-29 15:30:38 +01:00
|
|
|
@include H7;
|
|
|
|
|
2018-10-17 01:03:29 +02:00
|
|
|
padding-left: 1px;
|
|
|
|
}
|
2019-02-06 16:14:17 +01:00
|
|
|
|
|
|
|
&__swap-component {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
|
|
|
background-image: url("images/icons/swap.svg");
|
|
|
|
background-size: contain;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
cursor: pointer;
|
2020-07-15 15:13:40 +02:00
|
|
|
opacity: 0.4;
|
2019-02-06 16:14:17 +01:00
|
|
|
|
|
|
|
&:hover {
|
2020-07-15 15:13:40 +02:00
|
|
|
opacity: 0.3;
|
2019-02-06 16:14:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&:active {
|
2020-07-15 15:13:40 +02:00
|
|
|
opacity: 0.5;
|
2019-02-06 16:14:17 +01:00
|
|
|
}
|
|
|
|
}
|
2018-10-17 01:03:29 +02:00
|
|
|
}
|