11body {
22 font-family : Inter, sans-serif;
3+ background-color : # f9f9fb ;
4+
35}
46
57.container_login {
@@ -22,14 +24,6 @@ body {
2224 bottom : 10px ;
2325}
2426
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-
3327.flex {
3428 display : flex;
3529 justify-content : center;
@@ -42,24 +36,12 @@ body {
4236 align-items : center;
4337}
4438
45- .space_evenly {
46- justify-content : space-evenly;
47- }
48-
49- .space_between {
39+ .space-between {
5040 justify-content : space-between;
5141}
5242
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;
6345}
6446
6547.container_success {
@@ -92,37 +74,41 @@ body {
9274 border : 2px solid # 6363f1 ;
9375 border-radius : 26px ;
9476 color : white;
95- padding : 16 px 32 px ;
77+ padding : 8 px 16 px ;
9678 text-align : center;
9779 text-decoration : none;
9880 display : inline-block;
9981 font-size : 16px ;
10082 margin : 4px 2px ;
10183 transition-duration : 0.4s ;
10284 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 );
10886}
10987
110- .button-sm {
88+ .button-outline {
89+ background-color : # f9f9fb ;
90+ color : # 6363f1 ;
11191 padding : 8px 16px ;
112- margin-top : 14px
11392}
114-
115- .button : hover {
93+
94+ .button : hover ,
95+ .button-outline : hover {
11696 background-color : # 555555 ;
11797 border : 2px solid # 555555 ;
11898 color : white;
11999}
120100
101+ .sales-button {
102+ margin-left : 10px ;
103+ }
104+
121105.login_button {
122- width : 40vw ;
106+ width : 95% ;
107+ box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
123108}
124109
125- h2 , h1 {
110+ h2 ,
111+ h1 {
126112 text-align : center;
127113 color : # 555555 ;
128114}
@@ -136,16 +122,18 @@ h2, h1 {
136122 align-items : center;
137123 position : relative;
138124 bottom : 10% ;
139-
125+ /* background-color: #f9f9fb; */
140126}
127+
141128.logged_in_div_left {
142129 width : 40% ;
143130 height : 100vh ;
144131 display : flex;
145132 flex-direction : column;
146133 justify-content : center;
147- align-items : center;
148- background-color : # dad8d8 ;
134+ align-items : left;
135+ background-color : # f9f9fb ;
136+ margin-left : 4vw ;
149137}
150138
151139.logged_in_div_left div {
@@ -163,39 +151,67 @@ h2, h1 {
163151 letter-spacing : -.05em ;
164152}
165153
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 ;
169165 text-align : left;
170- margin-top : 0px ;
171- font-weight : normal;
166+ font-size : 75px ;
172167 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 ;
173181}
174182
175183.logged_in_div_left button {
176184 padding : 8px 22px ;
185+ box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
177186}
178187
179188div .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 ;
184192 padding : 10px ;
185193 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% ;
186199}
187200
188201.logged_in_nav {
189202 display : flex;
190203 justify-content : space-between;
191- background-color : # 6363f1 ;
204+ background-color : # f9f9fb ;
192205 height : 60px ;
193- padding : 7px 7px 7px 10px ;
206+ padding : 15px 30px 15px 30px ;
207+
208+ z-index : 1000 ;
194209}
210+
195211.logged_in_nav p {
196212 padding : 4px 0px 0px 15px ;
197213 line-height : 1 ;
198- color : white ;
214+ color : # 29363d ;
199215}
200216
201217.logged_in_nav img {
@@ -208,10 +224,34 @@ div.text_box {
208224 border : 2px solid # 555555 ;
209225}
210226
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+
211252.text_input {
212253 border : 1px solid # 555555 ;
213254 border-radius : 10px ;
214- margin : 20px 0px 7px 0px ;
215255 padding : 5px ;
216256 height : 35px ;
217257 width : 18vw ;
@@ -240,6 +280,44 @@ div.text_box {
240280}
241281
242282.qr_code {
243- width : 7vw ;
283+ width : 7vw ;
244284 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 ;
245323}
0 commit comments