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