-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccounts.css
117 lines (91 loc) · 1.71 KB
/
accounts.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
.accountsBody {
padding-bottom: 5rem !important;
min-height: calc(100vh - 79px - 311px);
}
.accountsLeftAligned {
text-align: left;
}
.accountsCentered {
text-align: center;
}
.accountsTitle {
font-size: 48px;
font-weight: 300;
}
.accountsText {
max-width: 360px;
margin-left: auto;
margin-right: auto;
}
.accountsWideText {
max-width: 440px;
margin-left: auto;
margin-right: auto;
}
.accountsLastText {
margin-bottom: 2rem;
}
.accountsForm {
margin-bottom: 1rem;
}
.accountsFormError {
max-width: 304px;
margin: 1rem auto 1rem auto !important;
color: #db4a38 !important;
background: transparent !important;
}
.accountsWideFormError {
max-width: 384px;
margin: 1rem auto 1rem auto !important;
color: #db4a38 !important;
background: transparent !important;
}
.accountsNarrowField {
}
.accountsWideField {
max-width: 304px;
margin-left: auto !important;
margin-right: auto !important;
}
.accountsNarrowButton {
min-width: 240px;
}
.accountsWideButton {
min-width: 304px;
}
.accountsNarrowButton.accountsButton-id-id {
width: 274px;
}
.accountsNarrowButton.accountsButton-de-de {
width: 284px;
}
.accountsNarrowButton.accountsButton-el-gr {
width: 261px;
}
.accountsNarrowButton.accountsButton-fi-fi {
width: 308px;
}
.accountsNarrowButton.accountsButton-fr-fr {
width: 260px;
}
.accountsNarrowButton.accountsButton-it-it {
width: 251px;
}
.accountsNarrowButton.accountsButton-nl-nl {
width: 272px;
}
.accountsNarrowButton.accountsButton-pt-br {
width: 320px;
}
.accountsNarrowButton.accountsButton-pt-pt {
width: 344px;
}
.accountsNarrowButton.accountsButton-ro-ro {
width: 272px;
}
.accountsNarrowButton.accountsButton-ru-ru {
width: 253px;
}
.DownloadMyData tr tr td {
padding: 0px 12px;
}