PluginProbe
Authorizer / 3.3.2
Authorizer v3.3.2
3.15.3 3.15.2 3.15.1 3.15.0 3.14.3 3.14.4 3.14.2 3.14.1 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.9.0 2.9.1 2.9.10 2.9.11 2.9.12 2.9.13 2.9.2 2.9.3 2.9.6 All 126 releases
← All changes | css/authorizer-login.css +18 -7 2.9.113.3.2 View file →
@@ -1,20 +1,31 @@
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 - 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 11 }
12 -.login .button-external .label {
12 +#loginform .button-external .label {
13 13 padding-left: 20px;
14 14 }
15 15
16 -.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 {
17 28 background-color: #dd4b39;
18 29 border-bottom: 1px solid #bb3f30;
19 30 border-color: transparent;
20 31 -webkit-border-radius: 3px;
@@ -25,15 +36,15 @@
25 36 margin-bottom: 20px;
26 37 text-shadow: none;
27 38 width: 270px;
28 39 }
29 -.login .button-google:hover {
40 +#loginform .button-google:hover {
30 41 background-color: #e74b37;
31 42 border-color: transparent;
32 43 -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.20);
33 44 box-shadow: inset 0 -2px 0 rgba(0,0,0,.20);
34 45 }
35 -.login .button-google:active {
46 +#loginform .button-google:active {
36 47 background-color: #be3e2e;
37 48 -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,.20);
38 49 box-shadow: inset 0 2px 0 rgba(0,0,0,.20);
39 50 }