-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome_page_decor.css
170 lines (149 loc) · 3.24 KB
/
home_page_decor.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
*{
margin: 0px;
padding: 0px;
}
body{
background-color: #06193A;
}
/* seaction for the portfolio for the amount present in the portfolio */
.portfolio-section-parent{
background-color: #8350EA;
height: 218px;
width: 100%;
position: fixed;
margin: -80px 0px 0px 0px;
/* border-radius: 40px; */
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
}
.myPortfolio-section{
display: flex;
flex-direction: column;
gap: 5px;
margin: 54px 0px 0px 22px;
}
.myPortfolio-section-decor{
color: #FFFFFF;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 2vh;
}
.myPortfolio-amount-decor{
color: #FFFFFF;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-size: 6.5vh;
}
/* section within the portfolio for the amount present in the wallet */
.profit-loss-section{
display: flex;
gap: 45px;
}
.myWallet-section{
display: flex;
flex-direction: column;
gap: 5px;
margin: 15px 0px 0px 24px;
display:flex;
}
.profit-section-decor{
color: #FFFFFF;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 450;
font-style: normal;
font-size: 1.6vh;
}
.profit-amount-decor{
color: #FFFFFF;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
font-size: 2.5vh;
display: flex;
justify-content: center;
}
#portfolio-profit{
color: #33FE00;
}
#portfolio-loss{
color: #fe0000;
}
/* */
.options-parent-div{
margin: 118px 0px 0px 0px;
z-index: 1;
}
/* seaction for showing the price of different markets */
.market-price{
display: flex;
flex-direction: row;
gap: 30px;
margin:50px 0px 0px 0px;
justify-content: center;
}
.market-text-decor{
color: #FFFFFF;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
/* letter-spacing: 1px; */
}
.market-price-decor{
display: flex;
justify-content: center;
color: #33FE00;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}
/* option section decor */
.options-parent{
/* display: flex; */
display: grid;
justify-items: center;
column-gap: 28px;
row-gap: 30px;
margin: 50px 0px 0px 0px;
}
.options-decor{
background-color: #8350EA;
height: 65px;
width: 310px;
/* border: 2px solid #000; */
border-radius: 20px;
display: flex;
/* justify-content: center; */
flex-direction: row;
gap: 60px;
}
.options-image-decor{
height: 42px;
width: auto;
margin: 12px 0px 0px 25px;
}
.options-text-decor{
display: flex;
margin: 20px 0px 0px -37px;
justify-content: center;
color: #FFFFFF;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 2.6vh;
}
.add-stock-link-decor{
text-decoration: none;
}
.selling-stock-link-decor{
text-decoration: none;
}