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