-
Notifications
You must be signed in to change notification settings - Fork 0
/
account-page.css
137 lines (137 loc) · 2.76 KB
/
account-page.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
.account-page-container {
min-height: 100vh;
}
.account-page-view-account-page {
width: 100%;
height: 840px;
display: flex;
position: relative;
align-items: flex-start;
flex-shrink: 0;
border-color: transparent;
}
.account-page-button-primary-off-off {
top: 481px;
left: 557px;
width: 337px;
height: 45px;
display: flex;
padding: 13px 24px;
overflow: hidden;
position: absolute;
align-items: center;
flex-shrink: 0;
border-color: transparent;
border-radius: 6px;
justify-content: center;
background-color: var(--dl-color-default-green);
}
.account-page-text {
color: var(--dl-color-default-white);
height: auto;
font-size: 16px;
align-self: auto;
font-style: Bold;
text-align: left;
font-family: Inter;
font-weight: 700;
line-height: 22px;
font-stretch: normal;
margin-right: 0;
margin-bottom: 0;
text-decoration: none;
}
.account-page-button-primary-off-off1 {
top: 557px;
left: 556px;
width: 337px;
height: 45px;
display: flex;
padding: 13px 24px;
overflow: hidden;
position: absolute;
align-items: center;
flex-shrink: 0;
border-color: transparent;
border-radius: 6px;
justify-content: center;
background-color: var(--dl-color-default-green);
}
.account-page-text02 {
color: var(--dl-color-default-white);
height: auto;
font-size: 16px;
align-self: auto;
font-style: Bold;
text-align: left;
font-family: Inter;
font-weight: 700;
line-height: 22px;
font-stretch: normal;
margin-right: 0;
margin-bottom: 0;
text-decoration: none;
}
.account-page-button-primary-off-off2 {
top: 633px;
left: 559px;
width: 337px;
height: 45px;
display: flex;
padding: 13px 24px;
overflow: hidden;
position: absolute;
align-items: center;
flex-shrink: 0;
border-color: transparent;
border-radius: 6px;
justify-content: center;
background-color: var(--dl-color-default-green);
}
.account-page-text04 {
color: var(--dl-color-default-white);
height: auto;
font-size: 16px;
align-self: auto;
font-style: Bold;
text-align: left;
font-family: Inter;
font-weight: 700;
line-height: 22px;
font-stretch: normal;
margin-right: 0;
margin-bottom: 0;
text-decoration: none;
}
.account-page-text06 {
top: 110px;
left: 628px;
color: var(--dl-color-default-green);
height: auto;
position: absolute;
align-self: auto;
text-align: left;
line-height: 48px;
margin-right: 0;
margin-bottom: 0;
}
.account-page-text08 {
top: 262px;
left: 592px;
color: var(--dl-color-default-green);
height: auto;
position: absolute;
align-self: auto;
text-align: left;
line-height: 36px;
margin-right: 0;
margin-bottom: 0;
}
.account-page-moni-crop12 {
top: 2px;
left: 13px;
width: 207px;
height: 181px;
position: absolute;
border-color: transparent;
}