jetpack-sso-profile.css
1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.jetpack-sso.button {
position: relative;
padding-left: 37px;
}
.jetpack-sso.button:before {
display: block;
box-sizing: border-box;
padding: 7px 0 0;
text-align: center;
position: absolute;
top: -1px;
left: -1px;
border-radius: 2px 0 0 2px;
content: '\f205';
background: #0074a2;
color: #fff;
-webkit-font-smoothing: antialiased;
width: 30px;
height: 107%;
height: calc( 100% + 2px );
font: normal 22px/1 Genericons !important;
text-shadow: none;
}
@media screen and (min-width: 783px) {
.jetpack-sso.button:before {
padding-top: 3px;
}
}
.jetpack-sso.button:hover {
border: 1px solid #aaa;
}
.jetpack-sso-form-table td {
padding-left: 0;
}
.jetpack-sso-form-table .profile-card {
padding: 10px;
background: #fff;
overflow: hidden;
max-width: 400px;
box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.1 );
margin-bottom: 1em;
}
.jetpack-sso-form-table .profile-card img {
float: left;
margin-right: 1em;
width: 48px;
height: 48px;
}
.jetpack-sso-form-table .profile-card .connected {
float: right;
margin-right: 0.5em;
color: #0a0;
}
.jetpack-sso-form-table .profile-card p {
margin-top: 0.7em;
font-size: 1.2em;
}
.jetpack-sso-form-table .profile-card .two_step .enabled a {
float: right;
color: #0a0;
}
.jetpack-sso-form-table .profile-card .two_step .disabled a {
float: right;
color: red;
}