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