| @@ -1,21 +1,31 @@ | ||
| 1 | -.login .button-external { | |
| 1 | +#loginform .button-external { | |
| 2 | 2 | font-size: 18px; |
| 3 | - height: 44px; | |
| 3 | + height: 50px; | |
| 4 | 4 | margin: 0 0 20px 0; |
| 5 | - padding-top: 8px; | |
| 5 | + padding-top: 7px; | |
| 6 | 6 | text-align: center; |
| 7 | 7 | width: 100%; |
| 8 | 8 | } |
| 9 | -.login .button-external .dashicons { | |
| 9 | +#loginform .button-external .dashicons { | |
| 10 | 10 | font-size: 32px; |
| 11 | - margin-top: -2px; | |
| 12 | 11 | } |
| 13 | -.login .button-external .label { | |
| 12 | +#loginform .button-external .label { | |
| 14 | 13 | padding-left: 20px; |
| 15 | 14 | } |
| 16 | 15 | |
| 17 | -.login .button-google { | |
| 16 | +@media screen and (max-width: 782px) { | |
| 17 | + #loginform .button-external { | |
| 18 | + padding: 0 14px; | |
| 19 | + line-height: 2.7143; | |
| 20 | + min-height: 40px; | |
| 21 | + } | |
| 22 | + #loginform .button-external .dashicons { | |
| 23 | + padding-top: 7px; | |
| 24 | + } | |
| 25 | +} | |
| 26 | + | |
| 27 | +#loginform .button-google { | |
| 18 | 28 | background-color: #dd4b39; |
| 19 | 29 | border-bottom: 1px solid #bb3f30; |
| 20 | 30 | border-color: transparent; |
| 21 | 31 | -webkit-border-radius: 3px; |
| @@ -21,20 +31,20 @@ | ||
| 21 | 31 | -webkit-border-radius: 3px; |
| 22 | 32 | border-radius: 3px; |
| 23 | 33 | -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.20); |
| 24 | 34 | box-shadow: 0 1px 0 rgba(0,0,0,0.10); |
| 25 | - height: 43px; | |
| 26 | - margin-bottom: 16px; | |
| 35 | + height: 50px; | |
| 36 | + margin-bottom: 20px; | |
| 27 | 37 | text-shadow: none; |
| 28 | 38 | width: 270px; |
| 29 | 39 | } |
| 30 | -.login .button-google:hover { | |
| 40 | +#loginform .button-google:hover { | |
| 31 | 41 | background-color: #e74b37; |
| 32 | 42 | border-color: transparent; |
| 33 | 43 | -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.20); |
| 34 | 44 | box-shadow: inset 0 -2px 0 rgba(0,0,0,.20); |
| 35 | 45 | } |
| 36 | -.login .button-google:active { | |
| 46 | +#loginform .button-google:active { | |
| 37 | 47 | background-color: #be3e2e; |
| 38 | 48 | -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,.20); |
| 39 | 49 | box-shadow: inset 0 2px 0 rgba(0,0,0,.20); |
| 40 | 50 | } |