@@ -46,12 +46,12 @@ body {
4646}
4747
4848.auth0-lock .auth0-lock div .auth0-lock-tabs-container {
49- margin-left : 0px ;
50- margin-right : 0px ;
49+ margin-left : 0px ;
50+ margin-right : 0px ;
5151}
5252
5353.auth0-lock .auth0-lock ul .auth0-lock-tabs {
54- box-shadow : 0 1px 0 0 # E9E9E9 ;
54+ box-shadow : 0 1px 0 0 # E9E9E9 ;
5555}
5656.auth0-lock .auth0-lock .auth0-lock-tabs a {
5757 font-family : Roboto;
@@ -239,6 +239,7 @@ div.auth0-lock-error::before{
239239 font-size : 28px ;
240240 color : # 2A2A2A ;
241241 font-weight : 500 ;
242+ line-height : inherit;
242243}
243244/* end: header */
244245
@@ -263,6 +264,23 @@ div.auth0-lock-error::before{
263264}
264265/* end: terms */
265266
267+ /* social/enterprise buttons */
268+ .auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= google ].auth0-lock-social-big-button ,
269+ .auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= oauth2 ].auth0-lock-social-big-button ,
270+ .auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= github ].auth0-lock-social-big-button {
271+ display : inline-block;
272+ margin : 10px 17px ;
273+ width : auto;
274+ border : 0 ;
275+ overflow : unset;
276+ }
277+
278+ .auth0-lock .auth0-lock a .auth0-lock-social-button .auth0-lock-social-big-button div .auth0-lock-social-button-text {
279+ font-family : Roboto;
280+ font-weight : normal;
281+ font-size : 14px ;
282+ }
283+
266284.auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= google ].auth0-lock-social-big-button .auth0-lock-social-button-icon ,
267285.auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= oauth2 ].auth0-lock-social-big-button .auth0-lock-social-button-icon ,
268286.auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= github ].auth0-lock-social-big-button .auth0-lock-social-button-icon {
@@ -271,11 +289,25 @@ div.auth0-lock-error::before{
271289 background-size : 100% ;
272290}
273291
274- .auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= google ].auth0-lock-social-big-button ,
275- .auth0-lock .auth0-lock a .auth0-lock-social-button .auth0-lock-social-big-button {
292+ .auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= google ].auth0-lock-social-big-button {
276293 border : 0px ;
277294}
295+ .auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= google ].auth0-lock-social-big-button div .auth0-lock-social-button-text ,
296+ .auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= oauth2 ].auth0-lock-social-big-button div .auth0-lock-social-button-text ,
297+ .auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= github ].auth0-lock-social-big-button div .auth0-lock-social-button-text {
298+ padding : 0px ;
299+ top : 20px ;
300+ position : relative;
301+ font-size : 10px ;
302+ box-sizing : border-box;
303+ display : block;
304+ overflow : unset;
305+ width : unset;
306+ }
278307
308+ .auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= google ].auth0-lock-social-big-button div .auth0-lock-social-button-text ,
309+ .auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= oauth2 ].auth0-lock-social-big-button div .auth0-lock-social-button-text ,
310+ .auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= github ].auth0-lock-social-big-button div .auth0-lock-social-button-text ,
279311.auth0-lock .auth0-lock a .auth0-lock-social-button .auth0-lock-social-big-button : hover : not ([disabled ]) .auth0-lock-social-button-text ,
280312.auth0-lock .auth0-lock a .auth0-lock-social-button .auth0-lock-social-big-button : focus : not ([disabled ]) .auth0-lock-social-button-text ,
281313.auth0-lock .auth0-lock a .auth0-lock-social-button [data-provider ^= google ]: hover : not ([disabled ]) .auth0-lock-social-button-icon ,
@@ -287,26 +319,7 @@ div.auth0-lock-error::before{
287319 border : 0px ;
288320}
289321
290- .auth0-lock .auth0-lock a .auth0-lock-social-button .auth0-lock-social-big-button {
291- display : inline-block;
292- margin : 10px 17px ;
293- width : auto;
294- border : 0 ;
295- overflow : unset;
296- }
297322
298- .auth0-lock .auth0-lock a .auth0-lock-social-button .auth0-lock-social-big-button div .auth0-lock-social-button-text {
299- box-sizing : border-box;
300- display : block;
301- overflow : unset;
302- width : unset;
303- padding : 0px ;
304- top : 20px ;
305- position : relative;
306- font-family : Roboto;
307- font-weight : normal;
308- font-size : 10px ;
309- }
310323/* end: social buttons */
311324
312325/* member column*/
0 commit comments