mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
11 lines
166 B
SCSS
11 lines
166 B
SCSS
|
.SupportFooter {
|
||
|
text-align: center;
|
||
|
padding-top: 80px;
|
||
|
&-fallback {
|
||
|
padding: 20px 0;
|
||
|
textarea {
|
||
|
max-width: 35rem;
|
||
|
margin: auto;
|
||
|
}
|
||
|
}
|
||
|
}
|