-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
110 lines (110 loc) · 1.87 KB
/
index.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
body {
margin: 0;
line-height: normal;
}
.rectangle-div {
position: absolute;
top: 0;
left: 0;
background-color: rgba(2, 2, 2, 0.5);
width: 360px;
height: 771px;
}
.rectangle-div1 {
top: 0;
left: 0;
background-color: var(--tertiary-yellow-p-10);
width: 360px;
height: 580px;
}
.div,
.icon-24,
.rectangle-div1 {
position: absolute;
}
.div {
top: 408px;
left: calc(50% - 154px);
line-height: 28px;
font-weight: 600;
display: inline-block;
}
.icon-24 {
top: 16px;
left: 320px;
width: 24px;
height: 24px;
overflow: hidden;
}
.p {
margin-block-start: 0;
margin-block-end: 0;
}
.p1 {
margin: 0;
}
.b {
position: absolute;
top: 304px;
left: 54px;
font-size: 36px;
line-height: 40px;
display: inline-block;
color: var(--primary-primary-100);
text-align: center;
}
.calender-anim1-1 {
position: absolute;
top: calc(50% - 246px);
left: 70px;
width: 220px;
height: 220px;
object-fit: cover;
}
.icon-241 {
position: relative;
width: 18px;
height: 18px;
flex-shrink: 0;
overflow: hidden;
}
.view-cart {
position: relative;
line-height: 18px;
font-weight: 600;
display: inline-block;
}
.button {
position: absolute;
top: 484px;
left: 16px;
border-radius: 8px;
background-color: var(--primary-primary-100);
display: flex;
flex-direction: row;
padding: 19px 95px;
box-sizing: border-box;
align-items: center;
justify-content: center;
gap: 8px;
font-size: var(--button-text-b2-semi-bold-size);
color: var(--primary-white);
}
.group-div {
position: absolute;
top: 191px;
left: 0;
width: 360px;
height: 580px;
}
.android-large-93 {
position: relative;
background-color: var(--primary-white);
width: 100%;
height: 771px;
overflow: hidden;
text-align: left;
font-size: var(--headings-h5-semi-bold-size);
color: var(--neutral-neutral-80);
font-family: var(--headings-h5-semi-bold);
}