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

19 lines
312 B

.currency-input {
&__conversion-component {
@include H7;
padding-left: 1px;
}
&__swap-component {
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
color: var(--color-icon-default);
cursor: pointer;
background: none;
border: none;
}
}