1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/components/app/currency-input/index.scss
2022-01-26 11:48:28 -06:00

27 lines
413 B
SCSS

.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;
}
}
}