Modify style on show page cta (#1324)

This commit is contained in:
Ben Halpern 2018-12-13 14:23:18 -05:00 committed by GitHub
parent f82b562cd8
commit 9b299569cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -955,7 +955,7 @@ header{
margin: auto;
text-align: center;
padding: 40px 5%;
font-size: 1.2em;
font-size: 1.1em;
line-height: 1.33em;
margin-bottom: 30px;
border-radius: 3px;
@ -965,19 +965,19 @@ header{
text-decoration: underline;
display: inline-block;
&.primary-cta-link{
font-size: 1.5em;
font-size: calc(1.3em + 0.2vw);
background: $bold-blue;
border-radius: 100px;
text-decoration: none;
padding: 18px 0px;
padding: 16px 0px;
color: white;
width: 300px;
}
}
.showpage-signin-cta-subtext {
font-family: $monospace;
font-size:0.77em;
color: lighten($medium-gray, 18%);
font-size:calc(0.62em + 0.13vw);
color: lighten($medium-gray, 10%);
font-weight: bold;
}
}