-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclerk.css
92 lines (71 loc) · 1.51 KB
/
clerk.css
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.cl-component.cl-sign-in {
padding: 1px !important;
}
.cl-component.cl-sign-up {
padding: 1px !important;
}
.cl-component .cl-logo {
display: none !important;
}
.cl-component .cl-auth-form-header {
padding: 0em 0 0 0 !important;
}
.cl-component .cl-auth-form-header-logo {
min-height: 0px !important;
}
.cl-component {
--clerk-background-color: #1a202c;
--clerk-box-shadow: -1 2px 8px rgba(0, 0, 0, 0.2);
}
.cl-component {
margin-bottom: 0em;
}
input#text-field-identifier {
background-color: #1a202c;
}
input#emailAddress {
background-color: #1a202c;
}
input#password {
background-color: #1a202c;
}
.cl-component.cl-user-button-popup {
background-color: #151515;
padding: 1rem 0;
}
.cl-component .cl-auth-form-message strong {
color: #ffffff !important;
}
.hXjh5Waxs3XN6zW5pfXs {
background-color: #1a202c !important;
}
.cl-component.cl-user-button-popup {
background-color: #52617e !important;
padding: 1rem 0 !important;
}
/* .hXjh5Waxs3XN6zW5pfXs {
background-color: none;
} */
/* .hXjh5Waxs3XN6zW5pfXs {
background-color: #1a202c;
} */
/* .cl-component.cl-sign-in,
.cl-component.cl-sign-up {
padding: 0rem 0rem;
} */
/* span.I5LAUiZ_1LvjHChTQkwt.cl-label {
display: "none";
}
.I5LAUiZ_1LvjHChTQkwt {
display: none;
align-items: baseline;
justify-content: space-between;
margin-bottom: 0.25em;
} */
/* Sign Up Link */
/* .cl-component .cl-auth-form-link {
display: none !important;
} */
/* .cl-component {
--clerk-box-shadow: -1 2px 8px rgba(0, 0, 0, 0.2);
} */