mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 18:45:38 +00:00
ae2ac4f2c6
* Remove beta agreement, move modals to Root, and initial work on welcome modal. * Local storage detection for welcome modal * Remove announcement from header. Allow tooltips to point in non-top directions. * Show modal fade at bottom on non-footer modals * Update README * Update all links back to old mycrypto to classic.mycrypto, add footer link too. * Localize welcome modal * Remove release candidate version text, change to legacy.mycrypto instead of classic.mycrypto. * update banner; add hackerone link
27 lines
394 B
SCSS
27 lines
394 B
SCSS
@import 'common/sass/variables';
|
|
|
|
.WelcomeModal {
|
|
font-size: $font-size-bump-more;
|
|
|
|
&-logo {
|
|
display: block;
|
|
max-width: 380px;
|
|
margin: $space auto $space * 2;
|
|
}
|
|
|
|
&-beta {
|
|
margin-top: -$space-md;
|
|
font-size: $font-size-base;
|
|
text-align: center;
|
|
}
|
|
|
|
&-continue {
|
|
display: block;
|
|
margin: $space * 2 auto 0;
|
|
}
|
|
|
|
p, ul {
|
|
margin-bottom: $space;
|
|
}
|
|
}
|