Skip to content

Commit 7a47cac

Browse files
committed
Issues-260: Add privacy policy checkbox
1 parent 9abc935 commit 7a47cac

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

web-assets/auth0/css/custom.css

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,15 @@ input::placeholder, .auth0-lock.auth0-lock div.auth0-lock-input-wrap .auth0-lock
135135
-webkit-transform: unset;
136136
}
137137

138+
.auth0-lock.auth0-lock div.auth0-lock-input-checkbox {
139+
color: #37373C;
140+
font-size: 13px;
141+
}
142+
143+
.auth0-lock.auth0-lock div.auth0-lock-input-checkbox span {
144+
line-height: 22px;
145+
}
146+
138147
.auth0-lock.auth0-lock button.auth0-lock-submit span {
139148
transition: unset;
140149
-webkit-transform: unset;
@@ -144,6 +153,9 @@ input::placeholder, .auth0-lock.auth0-lock div.auth0-lock-input-wrap .auth0-lock
144153
fill: rgb(19, 125, 96);
145154
}
146155

156+
.auth0-lock.auth0-lock button.auth0-lock-submit:disabled svg g {
157+
fill: #9b9b9b !important;
158+
}
147159
.auth0-lock.auth0-lock button.auth0-lock-submit span.auth0-label-submit {
148160

149161
}
@@ -246,7 +258,11 @@ div.auth0-lock-error::before{
246258
padding: 0px 0px 25px 0px;
247259
color: #37373C;
248260
font-size: 13px;
249-
line-height: 20px;
261+
line-height: 22px;
262+
}
263+
264+
.auth0-lock span.auth0-lock-sign-up-terms-agreement label input[type='checkbox'] {
265+
top: 2px;
250266
}
251267

252268
.auth0-lock.auth0-lock small.auth0-lock-terms a,
@@ -438,7 +454,7 @@ div.auth0-lock-error::before{
438454
@media (min-width: 768px) {
439455
.auth0-lock.auth0-lock div.auth0-lock-center {
440456
padding-top:0px;
441-
padding-bottom:34px;
457+
padding-bottom:11px;
442458
}
443459
.auth0-lock.auth0-lock div.auth0-lock-header-bg {
444460
background: white;

0 commit comments

Comments
 (0)