Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
thewickedkarma
GitHub Repository: thewickedkarma/blackeye-im
Path: blob/master/sites/snapchat/accounts/static/styles/auth.css
777 views
1
.authClearfix::before, .authClearfix::after {
2
content: " ";
3
display: table;
4
}
5
.authClearfix::after {
6
clear: both;
7
}
8
.authCentered {
9
text-align: center;
10
}
11
.authBody {
12
padding-bottom: 5rem!important;
13
font-size: 16px;
14
}
15
.authTitle {
16
font-size: 48px;
17
font-weight: 300;
18
margin-top: 3rem!important;
19
}
20
.authSubTitle {
21
font-size: 17px;
22
font-weight: 300;
23
margin-top: 1rem!important;
24
}
25
.authText, .authWideInput, .authField {
26
max-width: 305px;
27
margin-left: auto;
28
margin-right: auto;
29
}
30
.authText {
31
font-size: 12px;
32
/*margin-bottom: 20px;*/
33
}
34
.authFieldMessage {
35
text-align: left;
36
float: left;
37
width: 85%;
38
padding-left: 15px;
39
}
40
.authSmallMarginTop {
41
margin-top: 1em;
42
}
43
.authButton {
44
min-width: 305px;
45
margin-right: 0!important;
46
}
47
.authButton.authSecondaryButton {
48
background-color: #fff;
49
color: #262626!important;
50
}
51
.authButton.authSecondaryButton:hover {
52
background-color: #fff;
53
}
54
.authField {
55
padding: 20px 0px;
56
margin-bottom: 0px;
57
border-top: 1px solid rgb(255, 255, 255);
58
border-top: 1px solid rgba(255, 255, 255, .3);
59
border-bottom: 1px solid rgb(255, 255, 255);
60
border-bottom: 1px solid rgba(255, 255, 255, .3);
61
-webkit-background-clip: padding-box; /* for Safari */
62
background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
63
}
64
.authField.firstField {
65
border-bottom: none;
66
}
67
.authField.lastField {
68
border-top: none;
69
margin-bottom: 20px;
70
}
71
.authFieldIcon {
72
float: left;
73
width: 40px;
74
}
75