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.
26 lines
436 B
26 lines
436 B
.currency-input {
|
|
&__conversion-component {
|
|
font-size: 12px;
|
|
line-height: 12px;
|
|
padding-left: 1px;
|
|
}
|
|
|
|
&__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;
|
|
opacity: .4;
|
|
|
|
&:hover {
|
|
opacity: .3;
|
|
}
|
|
|
|
&:active {
|
|
opacity: .5;
|
|
}
|
|
}
|
|
}
|
|
|