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