Merge pull request #339 from mozilla/v49

Show error page on firefox v49 and below
This commit is contained in:
Danny Coates 2017-07-28 11:42:21 -07:00 committed by GitHub
commit 6be94156db
7 changed files with 49 additions and 33 deletions

View file

@ -568,13 +568,13 @@ tbody {
margin: 0 auto 23px;
}
#firefox-logo {
.firefox-logo {
width: 70px;
}
#dl-firefox {
#dl-firefox,
#update-firefox {
margin-bottom: 181px;
width: 260px;
height: 80px;
background: #12bc00;
border-radius: 3px;
@ -589,14 +589,15 @@ tbody {
justify-content: center;
align-items: center;
line-height: 1;
padding: 0 25px;
}
#dl-firefox-text {
.unsupported-button-text {
text-align: left;
margin-left: 20.4px;
}
#dl-firefox-text > span {
.unsupported-button-text > span {
font-family: 'Fira Sans';
font-weight: 300;
font-size: 18px;