1
1
body {
2
2
font-family : Inter, sans-serif;
3
+ background-color : # f9f9fb ;
4
+
3
5
}
4
6
5
7
.container_login {
@@ -34,6 +36,14 @@ body {
34
36
align-items : center;
35
37
}
36
38
39
+ .space-between {
40
+ justify-content : space-between;
41
+ }
42
+
43
+ .width-75 {
44
+ width : 75% ;
45
+ }
46
+
37
47
.container_success {
38
48
display : flex;
39
49
flex-direction : column;
@@ -72,19 +82,33 @@ body {
72
82
margin : 4px 2px ;
73
83
transition-duration : 0.4s ;
74
84
cursor : pointer;
75
- }
76
-
77
- .button : hover {
85
+ box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
86
+ }
87
+
88
+ .button-outline {
89
+ background-color : # f9f9fb ;
90
+ color : # 6363f1 ;
91
+ padding : 8px 16px ;
92
+ }
93
+
94
+ .button : hover ,
95
+ .button-outline : hover {
78
96
background-color : # 555555 ;
79
97
border : 2px solid # 555555 ;
80
98
color : white;
81
99
}
82
100
101
+ .sales-button {
102
+ margin-left : 10px ;
103
+ }
104
+
83
105
.login_button {
84
106
width : 95% ;
107
+ box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
85
108
}
86
109
87
- h2 , h1 {
110
+ h2 ,
111
+ h1 {
88
112
text-align : center;
89
113
color : # 555555 ;
90
114
}
@@ -98,16 +122,18 @@ h2, h1 {
98
122
align-items : center;
99
123
position : relative;
100
124
bottom : 10% ;
101
-
125
+ /* background-color: #f9f9fb; */
102
126
}
127
+
103
128
.logged_in_div_left {
104
129
width : 40% ;
105
130
height : 100vh ;
106
131
display : flex;
107
132
flex-direction : column;
108
133
justify-content : center;
109
- align-items : center;
110
- background-color : # dad8d8 ;
134
+ align-items : left;
135
+ background-color : # f9f9fb ;
136
+ margin-left : 4vw ;
111
137
}
112
138
113
139
.logged_in_div_left div {
@@ -125,39 +151,69 @@ h2, h1 {
125
151
letter-spacing : -.05em ;
126
152
}
127
153
128
- .logged_in_div_left h2 {
129
- color : # 6363f1 ;
130
- 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 ;
131
165
text-align : left;
132
- margin-top : 0px ;
133
- font-weight : normal;
166
+ font-size : 75px ;
134
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 ;
135
181
}
136
182
137
183
.logged_in_div_left button {
138
184
padding : 8px 22px ;
185
+ box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
139
186
}
140
187
141
188
div .text_box {
142
- background-color : # dad8d8 ;
143
- border-radius : 5px ;
144
- border : 2px solid # 6363f1 ;
189
+ background-color : # f9f9fb ;
190
+ /* border-radius: 5px;
191
+ border: 2px solid #6363f1; */
145
192
width : 75% ;
193
+ max-height : 30vh ;
146
194
padding : 10px ;
147
195
word-wrap : break-word;
196
+ overflow : scroll;
197
+ border-width : 3px ;
198
+ border-style : solid;
199
+ border-image :
200
+ linear-gradient (# a163f1, # 6363f1 22% , # 3498ea 40% , # 40dfa3 67% , rgba (64 , 223 , 163 , 0 )) 0 100% ;
148
201
}
149
202
150
203
.logged_in_nav {
151
204
display : flex;
152
205
justify-content : space-between;
153
- background-color : # 6363f1 ;
206
+ background-color : # f9f9fb ;
154
207
height : 60px ;
155
- padding : 7px 7px 7px 10px ;
208
+ padding : 15px 30px 15px 30px ;
209
+
210
+ z-index : 1000 ;
156
211
}
212
+
157
213
.logged_in_nav p {
158
214
padding : 4px 0px 0px 15px ;
159
215
line-height : 1 ;
160
- color : white ;
216
+ color : # 29363d ;
161
217
}
162
218
163
219
.logged_in_nav img {
@@ -169,3 +225,23 @@ div.text_box {
169
225
.logged_in_nav img : hover {
170
226
border : 2px solid # 555555 ;
171
227
}
228
+
229
+ .nav-item {
230
+ color : black;
231
+ border : 2px solid # f9f9fb ;
232
+ background-color : # f9f9fb ;
233
+ box-shadow : none;
234
+ border-radius : 5px ;
235
+ }
236
+
237
+ .blog-nav-button {
238
+ margin-right : 20px ;
239
+ background-color : # f9f9fb ;
240
+ border : 2px solid # f9f9fb ;
241
+ }
242
+
243
+ .nav-item : hover {
244
+ background-color : # f9f9fb ;
245
+ border : 2px solid # f9f9fb ;
246
+ color : # a6a4a4 ;
247
+ }
0 commit comments