1
1
body {
2
2
font-family : Inter, sans-serif;
3
+ background-color : # f9f9fb ;
4
+
3
5
}
4
6
5
7
.container_login {
@@ -22,14 +24,6 @@ body {
22
24
bottom : 10px ;
23
25
}
24
26
25
- .card {
26
- border : 1px solid # 555555 ;
27
- border-radius : 10px ;
28
- margin : 0px 15px 0px 15px ;
29
- padding : 25px 50px ;
30
- margin-bottom : 20px ;
31
- }
32
-
33
27
.flex {
34
28
display : flex;
35
29
justify-content : center;
@@ -42,24 +36,12 @@ body {
42
36
align-items : center;
43
37
}
44
38
45
- .space_evenly {
46
- justify-content : space-evenly;
47
- }
48
-
49
- .space_between {
39
+ .space-between {
50
40
justify-content : space-between;
51
41
}
52
42
53
- .width_40vw {
54
- width : 40vw ;
55
- }
56
-
57
- .width_10vw {
58
- width : 10vw ;
59
- }
60
-
61
- .mt-20 {
62
- margin-top : 20px !important ;
43
+ .space-evenly {
44
+ justify-content : space-evenly;
63
45
}
64
46
65
47
.container_success {
@@ -92,37 +74,41 @@ body {
92
74
border : 2px solid # 6363f1 ;
93
75
border-radius : 26px ;
94
76
color : white;
95
- padding : 16 px 32 px ;
77
+ padding : 8 px 16 px ;
96
78
text-align : center;
97
79
text-decoration : none;
98
80
display : inline-block;
99
81
font-size : 16px ;
100
82
margin : 4px 2px ;
101
83
transition-duration : 0.4s ;
102
84
cursor : pointer;
103
- }
104
-
105
- .button-outline {
106
- background-color : white;
107
- color : rgb (46 , 46 , 46 );
85
+ box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
108
86
}
109
87
110
- .button-sm {
88
+ .button-outline {
89
+ background-color : # f9f9fb ;
90
+ color : # 6363f1 ;
111
91
padding : 8px 16px ;
112
- margin-top : 14px
113
92
}
114
-
115
- .button : hover {
93
+
94
+ .button : hover ,
95
+ .button-outline : hover {
116
96
background-color : # 555555 ;
117
97
border : 2px solid # 555555 ;
118
98
color : white;
119
99
}
120
100
101
+ .sales-button {
102
+ margin-left : 10px ;
103
+ }
104
+
121
105
.login_button {
122
- width : 40vw ;
106
+ width : 95% ;
107
+ box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
123
108
}
124
109
125
- h2 , h1 {
110
+ h2 ,
111
+ h1 {
126
112
text-align : center;
127
113
color : # 555555 ;
128
114
}
@@ -136,16 +122,18 @@ h2, h1 {
136
122
align-items : center;
137
123
position : relative;
138
124
bottom : 10% ;
139
-
125
+ /* background-color: #f9f9fb; */
140
126
}
127
+
141
128
.logged_in_div_left {
142
129
width : 40% ;
143
130
height : 100vh ;
144
131
display : flex;
145
132
flex-direction : column;
146
133
justify-content : center;
147
- align-items : center;
148
- background-color : # dad8d8 ;
134
+ align-items : left;
135
+ background-color : # f9f9fb ;
136
+ margin-left : 4vw ;
149
137
}
150
138
151
139
.logged_in_div_left div {
@@ -163,39 +151,67 @@ h2, h1 {
163
151
letter-spacing : -.05em ;
164
152
}
165
153
166
- .logged_in_div_left h2 {
167
- color : # 6363f1 ;
168
- font-size : 75px ;
154
+ .home-hero-gradient {
155
+ background-image : linear-gradient (45deg , # a163f1, # 6363f1 22% , # 3498ea 40% , # 40dfa3 67% , rgba (64 , 223 , 163 , 0 ));
156
+ background-size : 150% 100% ;
157
+ background-repeat : no-repeat;
158
+ -webkit-background-clip : text;
159
+ -webkit-text-fill-color : transparent;
160
+ background-clip : text;
161
+ animation : intro-gradient 1.2s cubic-bezier (0.85 , 0.26 , 0.89 , 0.93 );
162
+ animation-iteration-count : 1 ;
163
+ animation-fill-mode : backwards;
164
+ animation-delay : 0.4s ;
169
165
text-align : left;
170
- margin-top : 0px ;
171
- font-weight : normal;
166
+ font-size : 75px ;
172
167
letter-spacing : -.05em ;
168
+ font-weight : normal;
169
+ margin-top : 0px ;
170
+ }
171
+
172
+ .title-text {
173
+ margin-bottom : -50px ;
174
+ }
175
+
176
+ .title-subtext {
177
+ color : gray;
178
+ line-height : 10px ;
179
+ margin-bottom : 15px ;
180
+ font-weight : 200 ;
173
181
}
174
182
175
183
.logged_in_div_left button {
176
184
padding : 8px 22px ;
185
+ box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
177
186
}
178
187
179
188
div .text_box {
180
- background-color : # dad8d8 ;
181
- border-radius : 5px ;
182
- border : 2px solid # 6363f1 ;
183
- width : 75% ;
189
+ background-color : # f9f9fb ;
190
+ width : 40vw ;
191
+ max-height : 30vh ;
184
192
padding : 10px ;
185
193
word-wrap : break-word;
194
+ overflow : scroll;
195
+ border-width : 3px ;
196
+ border-style : solid;
197
+ border-image :
198
+ linear-gradient (# a163f1, # 6363f1 22% , # 3498ea 40% , # 40dfa3 67% , rgba (64 , 223 , 163 , 0 )) 0 100% ;
186
199
}
187
200
188
201
.logged_in_nav {
189
202
display : flex;
190
203
justify-content : space-between;
191
- background-color : # 6363f1 ;
204
+ background-color : # f9f9fb ;
192
205
height : 60px ;
193
- padding : 7px 7px 7px 10px ;
206
+ padding : 15px 30px 15px 30px ;
207
+
208
+ z-index : 1000 ;
194
209
}
210
+
195
211
.logged_in_nav p {
196
212
padding : 4px 0px 0px 15px ;
197
213
line-height : 1 ;
198
- color : white ;
214
+ color : # 29363d ;
199
215
}
200
216
201
217
.logged_in_nav img {
@@ -208,10 +224,34 @@ div.text_box {
208
224
border : 2px solid # 555555 ;
209
225
}
210
226
227
+ .nav-item {
228
+ color : black;
229
+ border : 2px solid # f9f9fb ;
230
+ background-color : # f9f9fb ;
231
+ box-shadow : none;
232
+ border-radius : 5px ;
233
+ }
234
+
235
+ .blog-nav-button {
236
+ margin-right : 20px ;
237
+ background-color : # f9f9fb ;
238
+ border : 2px solid # f9f9fb ;
239
+ }
240
+
241
+ .nav-item : hover {
242
+ background-color : # f9f9fb ;
243
+ border : 2px solid # f9f9fb ;
244
+ color : # a6a4a4 ;
245
+ }
246
+
247
+ pre .prettyprint {
248
+ border : none !important ;
249
+ }
250
+
251
+
211
252
.text_input {
212
253
border : 1px solid # 555555 ;
213
254
border-radius : 10px ;
214
- margin : 20px 0px 7px 0px ;
215
255
padding : 5px ;
216
256
height : 35px ;
217
257
width : 18vw ;
@@ -240,6 +280,44 @@ div.text_box {
240
280
}
241
281
242
282
.qr_code {
243
- width : 7vw ;
283
+ width : 7vw ;
244
284
max-width : 100px ;
285
+ }
286
+
287
+ ul {
288
+ list-style-type : none;
289
+ margin-right : 35px ;
290
+ text-decoration : none;
291
+ }
292
+
293
+ li {
294
+ padding : 6px ;
295
+ }
296
+
297
+ li .even {
298
+ background-color : rgb (228 , 228 , 228 );
299
+ }
300
+
301
+ .width-75 {
302
+ width : 75% ;
303
+ }
304
+
305
+ .width-40vw {
306
+ width : 40vw ;
307
+ }
308
+
309
+ .width-20vw {
310
+ width : 20vw ;
311
+ }
312
+
313
+ .mt-5 {
314
+ margin-top : 5px ;
315
+ }
316
+
317
+ .mt-10 {
318
+ margin-top : 10px ;
319
+ }
320
+
321
+ .mt-20 {
322
+ margin-top : 20px ;
245
323
}
0 commit comments