PluginProbe
Authorizer / 2.3.6
Authorizer v2.3.6
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
authorizer / css / authorizer-login.css

authorizer-login.css in Authorizer 2.3.6, at css/authorizer-login.css

61 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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.10);
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 }
29 .button.button-google:hover {
30 background-color: #e74b37;
31 -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.20);
32 box-shadow: inset 0 -2px 0 rgba(0,0,0,.20);
33 border-color: transparent;
34 }
35 .button.button-google:active {
36 background-color: #be3e2e;
37 -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,.20);
38 box-shadow: inset 0 2px 0 rgba(0,0,0,.20);
39 }
40
41 #auth-external-service-login h3 {
42 text-align: center;
43 margin-bottom: 16px;
44 }
45
46 #signin_overlay {
47 position: absolute;
48 width: 100%;
49 top: 0;
50 }
51 #signin_overlay .spinner {
52 background: url(../../../../../wp-admin/images/spinner.gif) no-repeat;
53 -webkit-background-size: 20px 20px;
54 background-size: 20px 20px;
55 opacity: .7;
56 filter: alpha(opacity=70);
57 width: 20px;
58 height: 20px;
59 margin: 340px 0 0 49%;
60 display: block;
61 }