Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
thewickedkarma
GitHub Repository: thewickedkarma/blackeye-im
Path: blob/master/sites/snapchat/accounts/static/styles/accounts.css
777 views
1
.accountsBody {
2
padding-bottom: 5rem !important;
3
min-height: calc(100vh - 79px - 311px);
4
}
5
6
.accountsLeftAligned {
7
text-align: left;
8
}
9
10
.accountsCentered {
11
text-align: center;
12
}
13
14
.accountsTitle {
15
font-size: 48px;
16
font-weight: 300;
17
}
18
19
.accountsText {
20
max-width: 360px;
21
margin-left: auto;
22
margin-right: auto;
23
}
24
25
.accountsWideText {
26
max-width: 440px;
27
margin-left: auto;
28
margin-right: auto;
29
}
30
31
.accountsLastText {
32
margin-bottom: 2rem;
33
}
34
35
.accountsForm {
36
margin-bottom: 1rem;
37
}
38
39
.accountsFormError {
40
max-width: 304px;
41
margin: 1rem auto 1rem auto !important;
42
color: #db4a38 !important;
43
background: transparent !important;
44
}
45
46
.accountsWideFormError {
47
max-width: 384px;
48
margin: 1rem auto 1rem auto !important;
49
color: #db4a38 !important;
50
background: transparent !important;
51
}
52
53
.accountsNarrowField {
54
55
}
56
57
.accountsWideField {
58
max-width: 304px;
59
margin-left: auto !important;
60
margin-right: auto !important;
61
}
62
63
.accountsNarrowButton {
64
min-width: 240px;
65
}
66
67
.accountsWideButton {
68
min-width: 304px;
69
}
70
71
.accountsNarrowButton.accountsButton-id-id {
72
width: 274px;
73
}
74
75
.accountsNarrowButton.accountsButton-de-de {
76
width: 284px;
77
}
78
79
.accountsNarrowButton.accountsButton-el-gr {
80
width: 261px;
81
}
82
83
.accountsNarrowButton.accountsButton-fi-fi {
84
width: 308px;
85
}
86
87
.accountsNarrowButton.accountsButton-fr-fr {
88
width: 260px;
89
}
90
91
.accountsNarrowButton.accountsButton-it-it {
92
width: 251px;
93
}
94
95
.accountsNarrowButton.accountsButton-nl-nl {
96
width: 272px;
97
}
98
99
.accountsNarrowButton.accountsButton-pt-br {
100
width: 320px;
101
}
102
103
.accountsNarrowButton.accountsButton-pt-pt {
104
width: 344px;
105
}
106
107
.accountsNarrowButton.accountsButton-ro-ro {
108
width: 272px;
109
}
110
111
.accountsNarrowButton.accountsButton-ru-ru {
112
width: 253px;
113
}
114
115
.DownloadMyData tr tr td {
116
padding: 0px 12px;
117
}
118
119