Spaces:
Running
Running
Update application/static/css/style.css
Browse files- application/static/css/style.css +21 -17
application/static/css/style.css
CHANGED
@@ -43,15 +43,16 @@ nav{
|
|
43 |
cursor: pointer;
|
44 |
position: absolute;
|
45 |
z-index: 101;
|
|
|
46 |
}
|
47 |
.line1{
|
48 |
background-color: rgb(122, 122, 122);
|
49 |
-
width:
|
50 |
height: 0.5vh;
|
51 |
}
|
52 |
.line2{
|
53 |
background-color: rgb(104, 104, 104);
|
54 |
-
width:
|
55 |
height: 0.5vh;
|
56 |
}
|
57 |
|
@@ -135,7 +136,7 @@ nav{
|
|
135 |
.container {
|
136 |
width: 99.5%;
|
137 |
max-width: 99.5%;
|
138 |
-
height:
|
139 |
position: absolute;
|
140 |
z-index: 50;
|
141 |
top: 8vh;
|
@@ -161,7 +162,7 @@ nav{
|
|
161 |
position: relative;
|
162 |
margin-top: auto;
|
163 |
align-self: center;
|
164 |
-
|
165 |
}
|
166 |
|
167 |
.textBox{
|
@@ -198,12 +199,13 @@ nav{
|
|
198 |
text-align: left;
|
199 |
font-weight: 300;
|
200 |
border-radius: 10px;
|
201 |
-
box-shadow: 3px 3px rgb(36, 36, 36) inset;
|
202 |
-
font-size: medium;
|
203 |
line-height: 130%;
|
|
|
204 |
}
|
205 |
.user p{
|
206 |
-
color: #
|
|
|
|
|
207 |
}
|
208 |
.ai{
|
209 |
text-align: left;
|
@@ -213,15 +215,16 @@ nav{
|
|
213 |
margin-top: 2vh;
|
214 |
}
|
215 |
.ai p {
|
216 |
-
opacity: 0.
|
217 |
font-size: medium;
|
218 |
font-weight: 300;
|
219 |
line-height: 1.6;
|
220 |
-
color: #
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
}
|
|
|
225 |
.subHeading,.heading{
|
226 |
padding: 1vh;
|
227 |
border-radius: 10px;
|
@@ -307,9 +310,10 @@ code{
|
|
307 |
.inputs{
|
308 |
width: 85%;
|
309 |
}
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
.
|
314 |
-
|
|
|
315 |
}
|
|
|
43 |
cursor: pointer;
|
44 |
position: absolute;
|
45 |
z-index: 101;
|
46 |
+
margin: 10px;
|
47 |
}
|
48 |
.line1{
|
49 |
background-color: rgb(122, 122, 122);
|
50 |
+
width: 6vh;
|
51 |
height: 0.5vh;
|
52 |
}
|
53 |
.line2{
|
54 |
background-color: rgb(104, 104, 104);
|
55 |
+
width: 3vh;
|
56 |
height: 0.5vh;
|
57 |
}
|
58 |
|
|
|
136 |
.container {
|
137 |
width: 99.5%;
|
138 |
max-width: 99.5%;
|
139 |
+
height: 90%;
|
140 |
position: absolute;
|
141 |
z-index: 50;
|
142 |
top: 8vh;
|
|
|
162 |
position: relative;
|
163 |
margin-top: auto;
|
164 |
align-self: center;
|
165 |
+
|
166 |
}
|
167 |
|
168 |
.textBox{
|
|
|
199 |
text-align: left;
|
200 |
font-weight: 300;
|
201 |
border-radius: 10px;
|
|
|
|
|
202 |
line-height: 130%;
|
203 |
+
|
204 |
}
|
205 |
.user p{
|
206 |
+
color: #b4b4b4;
|
207 |
+
padding: 0;
|
208 |
+
opacity: 0.9;
|
209 |
}
|
210 |
.ai{
|
211 |
text-align: left;
|
|
|
215 |
margin-top: 2vh;
|
216 |
}
|
217 |
.ai p {
|
218 |
+
opacity: 0.9;
|
219 |
font-size: medium;
|
220 |
font-weight: 300;
|
221 |
line-height: 1.6;
|
222 |
+
color: #b9b9b9;
|
223 |
+
background-color: rgba(20,20,20,0.6);
|
224 |
+
padding: 10px;
|
225 |
+
border-radius: 10px;
|
226 |
}
|
227 |
+
|
228 |
.subHeading,.heading{
|
229 |
padding: 1vh;
|
230 |
border-radius: 10px;
|
|
|
310 |
.inputs{
|
311 |
width: 85%;
|
312 |
}
|
313 |
+
.ai{
|
314 |
+
width: 90%;
|
315 |
+
}
|
316 |
+
.user{
|
317 |
+
max-width: 90%;
|
318 |
+
}
|
319 |
}
|