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

Next
CSS changes to better accommodate different locale strings
  • Loading branch information
wlycdgr committed Dec 17, 2019
commit 70662bcdfb00800a85203df106dcab089fd3e96a
@@ -26,7 +26,7 @@ $condensed-font-family: Roboto Condensed, "Open Sans", "Helvetica Neue", Helveti

.PremiumPromoModal__midnight-logo {
width: 177px;
height: 106px;
height: 103px;
margin: 22px 0px 16px;
background-image: url('/app/images/panel/midnight-logo.svg');
}
@@ -39,7 +39,7 @@ $condensed-font-family: Roboto Condensed, "Open Sans", "Helvetica Neue", Helveti

.PremiumPromoModal__header-text {
text-align: center;
font-size: 20px;
font-size: 16px;
font-weight: bold;
font-family: $standard-font-family;
}
@@ -56,7 +56,7 @@ $condensed-font-family: Roboto Condensed, "Open Sans", "Helvetica Neue", Helveti
margin: 9px 0px 22px;
width: 438px;
text-align: center;
font-size: 18px;
font-size: 14px;
font-weight: bold;
line-height: 1.5;
color: #4A4A4A;
@@ -65,7 +65,7 @@ $condensed-font-family: Roboto Condensed, "Open Sans", "Helvetica Neue", Helveti
.PremiumPromoModal__features-container {
display: flex;
width: 100%;
margin-bottom: 28px;
margin-bottom: 18px;
}

.PremiumPromoModal__feature-column {
@@ -109,7 +109,7 @@ $condensed-font-family: Roboto Condensed, "Open Sans", "Helvetica Neue", Helveti
background-color: #e7ecee;
margin-bottom: 3px;
width: 99%;
height: 107px;
height: 100px;
z-index: -1;
display: flex;
flex-direction: column;
@@ -123,9 +123,9 @@ $condensed-font-family: Roboto Condensed, "Open Sans", "Helvetica Neue", Helveti
}

.PremiumPromoModal__download-button {
width: 196px;
height: 36px;
border-radius: 2px;
padding: 0px 20px 0px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
background-image: linear-gradient(101deg, #720174 19%, #00aef0 100%);

@@ -158,7 +158,7 @@ $condensed-font-family: Roboto Condensed, "Open Sans", "Helvetica Neue", Helveti
.PremiumPromoModal__text-link {
margin-left: 10px;
margin-right: 10px;
font-size: 15px;
font-size: 12px;
font-family: $standard-font-family;
color: #4a4a4a;
text-decoration: underline;
ProTip! Use n and p to navigate between commits in a pull request.