mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
19 lines
312 B
SCSS
19 lines
312 B
SCSS
.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;
|
|
}
|
|
}
|