Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1693: Premium promo modal translation string ui fixes #489

Merged
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

CSS cleanup for Premium promo modal
  • Loading branch information
wlycdgr committed Dec 17, 2019
commit 1a5a3696a0084341f6fc624c9791ccbc3e3f15f6
@@ -51,7 +51,7 @@ const PremiumPromoModal = (props) => {
<ModalExitButton className="InsightsModal__exitButton" toggleModal={handleXClick} />
)}
<div className="PremiumPromoModal__midnight-logo" />
<div id="ivzflex">
<div className="PremiumPromoModal__main-content-container">
<div className="PremiumPromoModal__header">
<div className="PremiumPromoModal__header-text">
<span>{t('try_ghostery_midnight')}</span>
@@ -31,11 +31,11 @@ $condensed-font-family: Roboto Condensed, "Open Sans", "Helvetica Neue", Helveti
background-image: url('/app/images/panel/midnight-logo.svg');
}

#ivzflex {
.PremiumPromoModal__main-content-container {
height: 210px;
display: flex;
flex-direction: column;
align-items: center;
height: 210px;
justify-content: space-evenly;
}

ProTip! Use n and p to navigate between commits in a pull request.