MyCrypto/common/components/WelcomeModal.scss
William O'Beirne ae2ac4f2c6 Production Release Changes (#1673)
* 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
2018-05-11 10:15:32 -05:00

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