-
Notifications
You must be signed in to change notification settings - Fork 1
/
cognito-ui.css
92 lines (91 loc) · 1.61 KB
/
cognito-ui.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
.logo-customizable {
max-width: 60%;
max-height: 30%;
}
.banner-customizable {
padding: 25px 0px 25px 10px;
background-color: ${WK4};
}
.label-customizable {
font-weight: 300;
}
.textDescription-customizable {
padding-top: 10px;
padding-bottom: 10px;
display: block;
font-size: 16px;
}
.idpDescription-customizable {
padding-top: 10px;
padding-bottom: 10px;
display: block;
font-size: 16px;
}
.legalText-customizable {
color: ${C08};
font-size: 11px;
}
.submitButton-customizable {
font-size: 14px;
font-weight: bold;
margin: 20px 0px 10px 0px;
height: 40px;
width: 100%;
color: ${C15};
background-color: ${C05};
}
.submitButton-customizable:hover {
color: ${C15};
background-color: ${CX5};
}
.errorMessage-customizable {
padding: 5px;
font-size: 14px;
width: 100%;
background: ${WK2};
border: 2px solid ${CX1};
color: ${C01};
}
.inputField-customizable {
width: 100%;
height: 34px;
color: ${WK8};
background-color: ${SK2};
border: 1px solid ${C07};
}
.inputField-customizable:focus {
border-color: ${CY4};
outline: 0;
}
.idpButton-customizable {
height: 40px;
width: 100%;
text-align: center;
margin-bottom: 15px;
color: ${C15};
background-color: ${WBG};
border-color: ${WBX};
}
.idpButton-customizable:hover {
color: ${C15};
background-color: ${CY4};
}
.socialButton-customizable {
height: 40px;
text-align: left;
width: 100%;
margin-bottom: 15px;
}
.redirect-customizable {
text-align: center;
}
.passwordCheck-notValid-customizable {
color: ${CX1};
}
.passwordCheck-valid-customizable {
color: ${C02};
}
.background-customizable {
color: ${SK2};
background-color: lighten(${SK9}, 10%);
}