mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-12 03:54:13 +00:00
7ac546acaf
* Restyled, recopied, and did some component refactoring for ENS. * Awkward copy fix. * Update snapshot. * Overflow table handling. * Re-enable on error.
13 lines
155 B
SCSS
13 lines
155 B
SCSS
@import 'common/sass/variables';
|
|
|
|
.ENS {
|
|
&-title {
|
|
text-align: center;
|
|
}
|
|
|
|
&-description {
|
|
max-width: 800px;
|
|
margin: 0 auto $space;
|
|
}
|
|
}
|