1
1
body {
2
2
font-family : Inter, sans-serif;
3
+ background-color : # f9f9fb ;
4
+
3
5
}
4
6
5
7
.container_login {
@@ -22,16 +24,6 @@ body {
22
24
bottom : 10px ;
23
25
}
24
26
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 : 260px ;
32
- text-align : center;
33
- }
34
-
35
27
.flex {
36
28
display : flex;
37
29
justify-content : center;
@@ -44,6 +36,18 @@ body {
44
36
align-items : center;
45
37
}
46
38
39
+ .space-between {
40
+ justify-content : space-between;
41
+ }
42
+
43
+ .width-75 {
44
+ width : 75% ;
45
+ }
46
+
47
+ .width-40vw {
48
+ width : 40vw ;
49
+ }
50
+
47
51
.container_success {
48
52
display : flex;
49
53
flex-direction : column;
@@ -82,19 +86,33 @@ body {
82
86
margin : 4px 2px ;
83
87
transition-duration : 0.4s ;
84
88
cursor : pointer;
85
- }
86
-
87
- .button : hover {
89
+ box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
90
+ }
91
+
92
+ .button-outline {
93
+ background-color : # f9f9fb ;
94
+ color : # 6363f1 ;
95
+ padding : 8px 16px ;
96
+ }
97
+
98
+ .button : hover ,
99
+ .button-outline : hover {
88
100
background-color : # 555555 ;
89
101
border : 2px solid # 555555 ;
90
102
color : white;
91
103
}
92
104
105
+ .sales-button {
106
+ margin-left : 10px ;
107
+ }
108
+
93
109
.login_button {
94
110
width : 95% ;
111
+ box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
95
112
}
96
113
97
- h2 , h1 {
114
+ h2 ,
115
+ h1 {
98
116
text-align : center;
99
117
color : # 555555 ;
100
118
}
@@ -108,16 +126,18 @@ h2, h1 {
108
126
align-items : center;
109
127
position : relative;
110
128
bottom : 10% ;
111
-
129
+ /* background-color: #f9f9fb; */
112
130
}
131
+
113
132
.logged_in_div_left {
114
133
width : 40% ;
115
134
height : 100vh ;
116
135
display : flex;
117
136
flex-direction : column;
118
137
justify-content : center;
119
- align-items : center;
120
- background-color : # dad8d8 ;
138
+ align-items : left;
139
+ background-color : # f9f9fb ;
140
+ margin-left : 4vw ;
121
141
}
122
142
123
143
.logged_in_div_left div {
@@ -135,39 +155,67 @@ h2, h1 {
135
155
letter-spacing : -.05em ;
136
156
}
137
157
138
- .logged_in_div_left h2 {
139
- color : # 6363f1 ;
140
- font-size : 75px ;
158
+ .home-hero-gradient {
159
+ background-image : linear-gradient (45deg , # a163f1, # 6363f1 22% , # 3498ea 40% , # 40dfa3 67% , rgba (64 , 223 , 163 , 0 ));
160
+ background-size : 150% 100% ;
161
+ background-repeat : no-repeat;
162
+ -webkit-background-clip : text;
163
+ -webkit-text-fill-color : transparent;
164
+ background-clip : text;
165
+ animation : intro-gradient 1.2s cubic-bezier (0.85 , 0.26 , 0.89 , 0.93 );
166
+ animation-iteration-count : 1 ;
167
+ animation-fill-mode : backwards;
168
+ animation-delay : 0.4s ;
141
169
text-align : left;
142
- margin-top : 0px ;
143
- font-weight : normal;
170
+ font-size : 75px ;
144
171
letter-spacing : -.05em ;
172
+ font-weight : normal;
173
+ margin-top : 0px ;
174
+ }
175
+
176
+ .title-text {
177
+ margin-bottom : -50px ;
178
+ }
179
+
180
+ .title-subtext {
181
+ color : gray;
182
+ line-height : 10px ;
183
+ margin-bottom : 15px ;
184
+ font-weight : 200 ;
145
185
}
146
186
147
187
.logged_in_div_left button {
148
188
padding : 8px 22px ;
189
+ box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
149
190
}
150
191
151
192
div .text_box {
152
- background-color : # dad8d8 ;
153
- border-radius : 5px ;
154
- border : 2px solid # 6363f1 ;
155
- width : 75% ;
193
+ background-color : # f9f9fb ;
194
+ width : 40vw ;
195
+ max-height : 30vh ;
156
196
padding : 10px ;
157
197
word-wrap : break-word;
198
+ overflow : scroll;
199
+ border-width : 3px ;
200
+ border-style : solid;
201
+ border-image :
202
+ linear-gradient (# a163f1, # 6363f1 22% , # 3498ea 40% , # 40dfa3 67% , rgba (64 , 223 , 163 , 0 )) 0 100% ;
158
203
}
159
204
160
205
.logged_in_nav {
161
206
display : flex;
162
207
justify-content : space-between;
163
- background-color : # 6363f1 ;
208
+ background-color : # f9f9fb ;
164
209
height : 60px ;
165
- padding : 7px 7px 7px 10px ;
210
+ padding : 15px 30px 15px 30px ;
211
+
212
+ z-index : 1000 ;
166
213
}
214
+
167
215
.logged_in_nav p {
168
216
padding : 4px 0px 0px 15px ;
169
217
line-height : 1 ;
170
- color : white ;
218
+ color : # 29363d ;
171
219
}
172
220
173
221
.logged_in_nav img {
@@ -180,6 +228,30 @@ div.text_box {
180
228
border : 2px solid # 555555 ;
181
229
}
182
230
231
+ .nav-item {
232
+ color : black;
233
+ border : 2px solid # f9f9fb ;
234
+ background-color : # f9f9fb ;
235
+ box-shadow : none;
236
+ border-radius : 5px ;
237
+ }
238
+
239
+ .blog-nav-button {
240
+ margin-right : 20px ;
241
+ background-color : # f9f9fb ;
242
+ border : 2px solid # f9f9fb ;
243
+ }
244
+
245
+ .nav-item : hover {
246
+ background-color : # f9f9fb ;
247
+ border : 2px solid # f9f9fb ;
248
+ color : # a6a4a4 ;
249
+ }
250
+
251
+ pre .prettyprint {
252
+ border : none !important ;
253
+ }
254
+
183
255
# note_div {
184
256
border-left : 1px solid # 6363f1b6 ;
185
257
border-right : 1px solid # 6363f1b6 ;
@@ -190,4 +262,9 @@ div.text_box {
190
262
text-align : center;
191
263
font-size : smaller;
192
264
width : 75% ;
265
+ }
266
+
267
+ .workos-logo img {
268
+ width : 450px ;
269
+ object-fit : scale-down;
193
270
}
0 commit comments