mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-12 12:04:21 +00:00
17 lines
185 B
SCSS
17 lines
185 B
SCSS
|
.SwapAddress {
|
||
|
text-align: center;
|
||
|
|
||
|
&-address {
|
||
|
display: block;
|
||
|
|
||
|
&-label {
|
||
|
font-weight: 600;
|
||
|
margin: 1rem 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&-submit {
|
||
|
margin-top: 2rem;
|
||
|
}
|
||
|
}
|