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.
27 lines
413 B
27 lines
413 B
6 years ago
|
.currency-input {
|
||
|
&__conversion-component {
|
||
4 years ago
|
@include H7;
|
||
|
|
||
6 years ago
|
padding-left: 1px;
|
||
|
}
|
||
6 years ago
|
|
||
|
&__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;
|
||
4 years ago
|
opacity: 0.4;
|
||
6 years ago
|
|
||
|
&:hover {
|
||
4 years ago
|
opacity: 0.3;
|
||
6 years ago
|
}
|
||
|
|
||
|
&:active {
|
||
4 years ago
|
opacity: 0.5;
|
||
6 years ago
|
}
|
||
|
}
|
||
6 years ago
|
}
|