mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
7ac546acaf
* Restyled, recopied, and did some component refactoring for ENS. * Awkward copy fix. * Update snapshot. * Overflow table handling. * Re-enable on error.
18 lines
225 B
SCSS
18 lines
225 B
SCSS
@import 'common/sass/variables';
|
|
|
|
.ENSInput {
|
|
max-width: 520px;
|
|
padding: $space-sm 0;
|
|
margin: 0 auto;
|
|
|
|
&-name {
|
|
margin-bottom: $space-md;
|
|
}
|
|
|
|
&-button {
|
|
.Spinner {
|
|
margin-left: $space-md;
|
|
}
|
|
}
|
|
}
|