class-jetpack-force-2fa.php
2 years ago
class.jetpack-sso-helpers.php
2 years ago
class.jetpack-sso-notices.php
4 years ago
class.jetpack-sso-user-admin.php
2 years ago
jetpack-sso-admin-create-user-rtl.css
2 years ago
jetpack-sso-admin-create-user-rtl.min.css
2 years ago
jetpack-sso-admin-create-user.css
2 years ago
jetpack-sso-admin-create-user.js
2 years ago
jetpack-sso-admin-create-user.min.css
2 years ago
jetpack-sso-login-rtl.css
4 years ago
jetpack-sso-login-rtl.min.css
4 years ago
jetpack-sso-login.css
4 years ago
jetpack-sso-login.js
2 years ago
jetpack-sso-login.min.css
4 years ago
jetpack-sso-users.js
2 years ago
jetpack-sso-login.css
164 lines
| 1 | #loginform { |
| 2 | /* We set !important because sometimes static is added inline */ |
| 3 | position: relative !important; |
| 4 | padding-bottom: 92px; |
| 5 | } |
| 6 | |
| 7 | .jetpack-sso-repositioned #loginform { |
| 8 | padding-bottom: 26px; |
| 9 | } |
| 10 | |
| 11 | #loginform #jetpack-sso-wrap, |
| 12 | #loginform #jetpack-sso-wrap * { |
| 13 | box-sizing: border-box; |
| 14 | } |
| 15 | |
| 16 | |
| 17 | #jetpack-sso-wrap__action, |
| 18 | #jetpack-sso-wrap__user{ |
| 19 | display: none; |
| 20 | } |
| 21 | |
| 22 | .jetpack-sso-form-display #jetpack-sso-wrap__action, |
| 23 | .jetpack-sso-form-display #jetpack-sso-wrap__user { |
| 24 | display: block; |
| 25 | } |
| 26 | |
| 27 | #jetpack-sso-wrap { |
| 28 | position: absolute; |
| 29 | bottom: 20px; |
| 30 | padding: 0 24px; |
| 31 | margin-left: -24px; |
| 32 | margin-right: -24px; |
| 33 | width: 100%; |
| 34 | } |
| 35 | |
| 36 | .jetpack-sso-repositioned #jetpack-sso-wrap { |
| 37 | position: relative; |
| 38 | bottom: auto; |
| 39 | padding: 0; |
| 40 | margin-top: 16px; |
| 41 | margin-left: 0; |
| 42 | margin-right: 0; |
| 43 | } |
| 44 | |
| 45 | .jetpack-sso-form-display #jetpack-sso-wrap { |
| 46 | position: relative; |
| 47 | bottom: auto; |
| 48 | padding: 0; |
| 49 | margin-top: 0; |
| 50 | margin-left: 0; |
| 51 | margin-right: 0; |
| 52 | } |
| 53 | |
| 54 | #loginform #jetpack-sso-wrap p { |
| 55 | color: #777777; |
| 56 | margin-bottom: 16px; |
| 57 | } |
| 58 | |
| 59 | #jetpack-sso-wrap a { |
| 60 | display: block; |
| 61 | width: 100%; |
| 62 | text-align: center; |
| 63 | text-decoration: none; |
| 64 | } |
| 65 | |
| 66 | #jetpack-sso-wrap .jetpack-sso-toggle.wpcom { |
| 67 | display: none; |
| 68 | } |
| 69 | |
| 70 | .jetpack-sso-form-display #jetpack-sso-wrap .jetpack-sso-toggle.wpcom { |
| 71 | display: block; |
| 72 | } |
| 73 | |
| 74 | |
| 75 | .jetpack-sso-form-display #jetpack-sso-wrap .jetpack-sso-toggle.default { |
| 76 | display: none; |
| 77 | } |
| 78 | |
| 79 | |
| 80 | .jetpack-sso-form-display #loginform > p, |
| 81 | .jetpack-sso-form-display #loginform > div { |
| 82 | display: none; |
| 83 | } |
| 84 | |
| 85 | .jetpack-sso-form-display #loginform #jetpack-sso-wrap { |
| 86 | display: block; |
| 87 | } |
| 88 | |
| 89 | .jetpack-sso-form-display #loginform { |
| 90 | padding: 26px 24px; |
| 91 | } |
| 92 | |
| 93 | .jetpack-sso-or { |
| 94 | margin-bottom: 16px; |
| 95 | position: relative; |
| 96 | text-align: center; |
| 97 | } |
| 98 | |
| 99 | .jetpack-sso-or:before { |
| 100 | background: #dcdcde; |
| 101 | content: ''; |
| 102 | height: 1px; |
| 103 | position: absolute; |
| 104 | left: 0; |
| 105 | top: 50%; |
| 106 | width: 100%; |
| 107 | } |
| 108 | .jetpack-sso-or span { |
| 109 | background: #fff; |
| 110 | color: #777; |
| 111 | position: relative; |
| 112 | padding: 0 8px; |
| 113 | text-transform: uppercase |
| 114 | } |
| 115 | |
| 116 | #jetpack-sso-wrap .button { |
| 117 | display: flex; |
| 118 | justify-content: center; |
| 119 | align-items: center; |
| 120 | height: 36px; |
| 121 | margin-bottom: 16px; |
| 122 | width: 100%; |
| 123 | } |
| 124 | |
| 125 | #jetpack-sso-wrap .button .genericon-wordpress { |
| 126 | font-size: 24px; |
| 127 | margin-right: 4px; |
| 128 | } |
| 129 | |
| 130 | #jetpack-sso-wrap__user img { |
| 131 | border-radius: 50%; |
| 132 | display: block; |
| 133 | margin: 0 auto 16px; |
| 134 | } |
| 135 | |
| 136 | #jetpack-sso-wrap__user h2 { |
| 137 | font-size: 21px; |
| 138 | font-weight: 300; |
| 139 | margin-bottom: 16px; |
| 140 | text-align: center; |
| 141 | } |
| 142 | |
| 143 | #jetpack-sso-wrap__user h2 span { |
| 144 | font-weight: bold; |
| 145 | } |
| 146 | |
| 147 | .jetpack-sso-wrap__reauth { |
| 148 | margin-bottom: 16px; |
| 149 | } |
| 150 | |
| 151 | .jetpack-sso-form-display #nav { |
| 152 | display: none; |
| 153 | } |
| 154 | |
| 155 | .jetpack-sso-form-display #backtoblog { |
| 156 | margin: 24px 0 0; |
| 157 | } |
| 158 | |
| 159 | .jetpack-sso-clear:after { |
| 160 | content: ""; |
| 161 | display: table; |
| 162 | clear: both; |
| 163 | } |
| 164 |