A Metamask fork with Infura removed and default networks editable
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.
 
 
 
 
 
ciphermask/ui/components/app/currency-input/index.scss

26 lines
413 B

.currency-input {
&__conversion-component {
@include H7;
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: 0.4;
&:hover {
opacity: 0.3;
}
&:active {
opacity: 0.5;
}
}
}