1
+
1
2
body {
2
3
font-family : Inter, sans-serif;
4
+ background-color : # f9f9fb ;
5
+
3
6
}
4
7
5
8
.container_login {
@@ -22,26 +25,6 @@ body {
22
25
bottom : 10px ;
23
26
}
24
27
25
- .text_input {
26
- border : 1px solid # 555555 ;
27
- border-radius : 10px ;
28
- margin : 20px 0px 7px 0px ;
29
- padding : 5px ;
30
- height : 35px ;
31
- width : 30vw ;
32
- text-align : center;
33
- }
34
-
35
- .text_input_2 {
36
- border : 1px solid # 555555 ;
37
- border-radius : 10px ;
38
- margin : 0px 0px 20px 0px ;
39
- padding : 5px ;
40
- height : 35px ;
41
- width : 30vw ;
42
- text-align : center;
43
- }
44
-
45
28
.flex {
46
29
display : flex;
47
30
justify-content : center;
@@ -54,6 +37,24 @@ body {
54
37
align-items : center;
55
38
}
56
39
40
+ .space-between {
41
+ justify-content : space-between;
42
+ }
43
+
44
+ .width-75 {
45
+ width : 75% ;
46
+ }
47
+
48
+ .width-40vw {
49
+ width : 40vw ;
50
+ overflow : scroll;
51
+ word-wrap : break-word;
52
+ }
53
+
54
+ .width-95 {
55
+ width : 95% ;
56
+ }
57
+
57
58
.container_success {
58
59
display : flex;
59
60
flex-direction : column;
84
85
border : 2px solid # 6363f1 ;
85
86
border-radius : 26px ;
86
87
color : white;
87
- padding : 16 px 32 px ;
88
+ padding : 8 px 16 px ;
88
89
text-align : center;
89
90
text-decoration : none;
90
91
display : inline-block;
@@ -108,13 +109,14 @@ body {
108
109
color : white;
109
110
}
110
111
111
- .login_button {
112
- width : 95% ;
113
- box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
112
+ .sales-button {
113
+ margin-left : 10px ;
114
114
}
115
115
116
116
117
- h2 , h1 {
117
+
118
+ h2 ,
119
+ h1 {
118
120
text-align : center;
119
121
color : # 555555 ;
120
122
}
@@ -128,16 +130,17 @@ h2, h1 {
128
130
align-items : center;
129
131
position : relative;
130
132
bottom : 10% ;
131
-
132
133
}
134
+
133
135
.logged_in_div_left {
134
136
width : 40% ;
135
137
height : 100vh ;
136
138
display : flex;
137
139
flex-direction : column;
138
140
justify-content : center;
139
- align-items : center;
140
- background-color : # dad8d8 ;
141
+ align-items : left;
142
+ background-color : # f9f9fb ;
143
+ margin-left : 4vw ;
141
144
}
142
145
143
146
.logged_in_div_left div {
@@ -155,39 +158,72 @@ h2, h1 {
155
158
letter-spacing : -.05em ;
156
159
}
157
160
158
- .logged_in_div_left h2 {
159
- color : # 6363f1 ;
160
- font-size : 75px ;
161
+ .home-hero-gradient {
162
+ background-image : linear-gradient (45deg , # a163f1, # 6363f1 22% , # 3498ea 40% , # 40dfa3 67% , rgba (64 , 223 , 163 , 0 ));
163
+ background-size : 150% 100% ;
164
+ background-repeat : no-repeat;
165
+ -webkit-background-clip : text;
166
+ -webkit-text-fill-color : transparent;
167
+ background-clip : text;
168
+ animation : intro-gradient 1.2s cubic-bezier (0.85 , 0.26 , 0.89 , 0.93 );
169
+ animation-iteration-count : 1 ;
170
+ animation-fill-mode : backwards;
171
+ animation-delay : 0.4s ;
161
172
text-align : left;
162
- margin-top : 0px ;
163
- font-weight : normal;
173
+ font-size : 75px ;
164
174
letter-spacing : -.05em ;
175
+ font-weight : normal;
176
+ margin-top : 0px ;
177
+ }
178
+
179
+ .title-text {
180
+ margin-bottom : -50px ;
181
+ }
182
+
183
+ .title-subtext {
184
+ color : gray;
185
+ line-height : 10px ;
186
+ margin-bottom : 15px ;
187
+ font-weight : 200 ;
165
188
}
166
189
167
190
.logged_in_div_left button {
168
191
padding : 8px 22px ;
192
+ box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
193
+ }
194
+
195
+ .logged_in_div_right button {
196
+ padding : 8px 22px ;
197
+ box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
169
198
}
170
199
171
200
div .text_box {
172
- background-color : # dad8d8 ;
173
- border-radius : 5px ;
174
- border : 2px solid # 6363f1 ;
175
- width : 45vw ;
201
+ background-color : # f9f9fb ;
202
+ width : 40vw ;
203
+ max-height : 30vh ;
176
204
padding : 10px ;
177
205
word-wrap : break-word;
206
+ overflow : scroll;
207
+ border-width : 3px ;
208
+ border-style : solid;
209
+ border-image :
210
+ linear-gradient (# a163f1, # 6363f1 22% , # 3498ea 40% , # 40dfa3 67% , rgba (64 , 223 , 163 , 0 )) 0 100% ;
178
211
}
179
212
180
213
.logged_in_nav {
181
214
display : flex;
182
215
justify-content : space-between;
183
- background-color : # 6363f1 ;
216
+ background-color : # f9f9fb ;
184
217
height : 60px ;
185
- padding : 7px 7px 7px 10px ;
218
+ padding : 15px 30px 15px 30px ;
219
+
220
+ z-index : 1000 ;
186
221
}
222
+
187
223
.logged_in_nav p {
188
224
padding : 4px 0px 0px 15px ;
189
225
line-height : 1 ;
190
- color : white ;
226
+ color : # 29363d ;
191
227
}
192
228
193
229
.logged_in_nav img {
@@ -199,3 +235,87 @@ div.text_box {
199
235
.logged_in_nav img : hover {
200
236
border : 2px solid # 555555 ;
201
237
}
238
+
239
+ .nav-item {
240
+ color : black;
241
+ border : 2px solid # f9f9fb ;
242
+ background-color : # f9f9fb ;
243
+ box-shadow : none;
244
+ border-radius : 5px ;
245
+ }
246
+
247
+ .blog-nav-button {
248
+ margin-right : 20px ;
249
+ background-color : # f9f9fb ;
250
+ border : 2px solid # f9f9fb ;
251
+ }
252
+
253
+ .directory-buttons {
254
+ justify-content : space-between;
255
+ width : 40vw ;
256
+ }
257
+
258
+ .nav-item : hover {
259
+ background-color : # f9f9fb ;
260
+ border : 2px solid # f9f9fb ;
261
+ color : # a6a4a4 ;
262
+ }
263
+
264
+ pre .prettyprint {
265
+ border : none !important ;
266
+ }
267
+
268
+ ul {
269
+ list-style-type : none;
270
+ margin-right : 35px ;
271
+ text-decoration : none;
272
+ }
273
+
274
+ li {
275
+ padding : 6px ;
276
+ }
277
+
278
+ a : link {
279
+ text-decoration : none;
280
+ }
281
+
282
+ a : visited {
283
+ text-decoration : none;
284
+ }
285
+
286
+ li .even {
287
+ background-color : rgb (228 , 228 , 228 );
288
+ }
289
+
290
+ .card {
291
+ border : 1px solid # 555555 ;
292
+ border-radius : 10px ;
293
+ margin : 0px 15px 0px 15px ;
294
+ padding : 25px 50px ;
295
+ margin-bottom : 20px ;
296
+ text-align : center;
297
+ }
298
+
299
+ # clear_button_div {
300
+
301
+ margin-bottom : 50px ;
302
+ }
303
+
304
+ .hidden {
305
+ display : none;
306
+ }
307
+
308
+ .text_input {
309
+ border : 1px solid # 555555 ;
310
+ border-radius : 10px ;
311
+ margin : 20px 0px 7px 0px ;
312
+ padding : 5px ;
313
+ height : 35px ;
314
+ width : 25vw ;
315
+ text-align : center;
316
+ }
317
+
318
+ .text_input_2 {
319
+ margin-top : 5px ;
320
+ margin-bottom : 20px ;
321
+ }
0 commit comments