@@ -15,7 +15,7 @@ $white: #fafafa;
1515 }
1616
1717 .questionWrapper {
18- min-height : 348 px ;
18+ min-height : 223 px ;
1919 box-shadow : 0px 2px 8px rgba (0 , 0 , 0 , 0.05 );
2020 background-color : #ffffff ;
2121
@@ -37,8 +37,9 @@ $white: #fafafa;
3737 .questionTxt {
3838 font-size : 24px ;
3939 font-weight : 800 ;
40- color : #c4c4c4 ;
40+ color : #000 ;
4141 text-align : center ;
42+ margin : 18px 0 ;
4243 }
4344
4445 .fadeInQuestionTxt {
@@ -126,9 +127,36 @@ $white: #fafafa;
126127 }
127128 }
128129
129- .answers {
130+ .questionAnswers {
130131 padding-top : 24px ;
131132
133+ .iconAndBias {
134+ display : flex ;
135+ align-items : flex-start ;
136+ gap : 10px ;
137+ background : #f0f0f0 ;
138+ padding : 10px ;
139+ border-radius : 4px ;
140+ }
141+
142+ .biasTitle {
143+ font-size : 14px ;
144+ margin : 0 ;
145+ padding : 0 ;
146+ }
147+
148+ .description {
149+ p {
150+ margin : 0 ;
151+ line-height : 1.6 ;
152+ font-size : 14px ;
153+
154+ span {
155+ background-color : unset !important ;
156+ }
157+ }
158+ }
159+
132160 .questionSkeleton {
133161 display : flex ;
134162 justify-content : center ;
@@ -254,7 +282,7 @@ $white: #fafafa;
254282 }
255283
256284 .question ,
257- .answers ,
285+ .questionAnswers ,
258286 .quizQuestion {
259287 width : 900px ;
260288 max-width : 100% ;
@@ -264,32 +292,20 @@ $white: #fafafa;
264292 }
265293
266294 .quizQuestion {
267- padding : 16px 24px ;
268- font-weight : 700 ;
269- border : 1px solid #c4c4c4 ;
270- border-radius : 4px ;
271- background-color : #ffffff ;
272- width : 851px ;
273- max-width : 100% ;
274- min-height : 85px ;
275- overflow : hidden ;
276- margin-bottom : 10px ;
295+ display : flex ;
296+ justify-content : center ;
297+ align-items : center ;
298+ padding-bottom : 40px ;
299+ gap : 8px ;
277300
278- .questionLabel {
279- display : flex ;
280- align-items : center ;
281- gap : 12px ;
282- font-size : 24px ;
301+ .quizQuestionTxt {
302+ font-size : 18px ;
303+ margin : 0 ;
283304 font-weight : 700 ;
284- line-height : 1.6 ;
285- color : #000000d9 ;
286305 }
287306
288- .questionTxt {
289- margin : 0 ;
290- padding-left : 44px ;
291- padding-top : 4px ;
292- font-size : 18px ;
307+ .questionMark {
308+ padding-bottom : 5px ;
293309 }
294310 }
295311
@@ -329,14 +345,15 @@ $white: #fafafa;
329345
330346 .questionWrapper {
331347 width : unset ;
332- padding : 15px 0 40 px 15px ;
348+ padding : 15px 0 0 15px ;
333349 height : unset ;
334- min-height : 220 px ;
350+ min-height : 183 px ;
335351 }
336352
337- .answers {
353+ .questionAnswers {
338354 .answerWrapper {
339355 -webkit-tap-highlight-color : transparent ;
356+
340357 .input {
341358 width : -webkit-fill-available ;
342359 }
@@ -347,7 +364,13 @@ $white: #fafafa;
347364
348365@media (max-width : 800px ) {
349366 .ongoing {
350- .answers {
367+ .questionAnswers {
368+ .iconAndBias {
369+ flex-direction : column ;
370+ align-items : center ;
371+ margin : 8px ;
372+ }
373+
351374 .answerWrapper {
352375 margin-top : 8px ;
353376 }
@@ -364,19 +387,17 @@ $white: #fafafa;
364387
365388 .questionTxt {
366389 padding-top : unset ;
390+ font-size : 16px ;
391+ margin : 16px 0 5px 0 ;
367392 }
368393 }
369394 }
370395
371- .answers ,
396+ .questionAnswers ,
372397 .question {
373398 width : unset ;
374399 max-width : unset ;
375400
376- .question {
377- text-align : center ;
378- }
379-
380401 .skeleton {
381402 border : unset ;
382403 min-height : 62px ;
@@ -390,9 +411,9 @@ $white: #fafafa;
390411 }
391412
392413 .quizQuestion {
393- padding : 8px ;
394414 min-height : unset ;
395- line-height : 1.4 ;
415+ flex-direction : column ;
416+ padding : unset ;
396417
397418 .questionLabel {
398419 padding-bottom : 8px ;
0 commit comments