177
177
.sidebarArea {
178
178
width : 250px ;
179
179
padding : 20px ;
180
- background : rgb (1 , 32 , 96 );
181
180
background : linear-gradient (180deg , rgba (1 , 32 , 96 , 0.8323704481792717 ) 0% , rgba (5 , 107 , 153 , 0.5690651260504201 ) 100% );
182
181
box-shadow : 2px 0 5px rgba (0 , 0 , 0 , 0.1 );
183
182
}
260
259
width : 100% ;
261
260
margin-top : 20px ;
262
261
margin-bottom : 30px ;
263
- /*margin-left: auto;*/
264
- /*margin-right: auto;*/
265
262
}
266
263
267
264
.cx-card__decision--item {
285
282
color : white!important ;
286
283
background : black!important ;
287
284
border-radius : 0 !important ;
288
- border : none!important ;
285
+ box-shadow : 0 0 10px rgb (1 , 32 , 96 );
286
+ border : 2px solid # 5fb9ff42!important ;
289
287
}
290
288
.cx-table .cx-typography {
291
289
color : white!important ;
292
290
}
293
291
294
- .product-table {
295
- box-shadow : 0 0 10px rgb (1 , 32 , 96 );
296
- border : 2px solid # 5fb9ff42!important ;
297
- }
298
-
299
292
.product-cards .product-card : hover {
300
293
border : 2px solid rgba (1 , 86 , 255 , 0.829 )!important ;
301
294
}
302
295
.productDetail .product-card {
303
296
background : black !important ;
304
297
border-radius : 8px !important ;
305
- border : none!important ;
306
298
box-shadow : 0 0 12px rgb (1 , 40 , 119 );
307
299
border : 1px solid # 5fb9ff42!important ;
308
300
padding : 20px ;
311
303
.product-cards .product-card {
312
304
background : black !important ;
313
305
border-radius : 8px !important ;
314
- border : none!important ;
315
306
box-shadow : 0 0 12px rgb (1 , 40 , 119 );
316
307
border : 1px solid # 5fb9ff42!important ;
317
308
}
321
312
.productDetail , .cx-card__decision--item .cx-card__decision--button {
322
313
background : black !important ;
323
314
border-radius : 8px !important ;
324
- border : none!important ;
325
315
box-shadow : 0 0 10px rgb (1 , 32 , 96 );
326
316
border : 2px solid # 5fb9ff42!important ;
327
317
}
@@ -371,13 +361,6 @@ div[role="presentation"] > div.MuiPaper-root.MuiPopover-paper.MuiMenu-paper butt
371
361
.cx-card__decision--button : hover {
372
362
border : 2px solid rgba (1 , 86 , 255 , 0.829 )!important ;
373
363
}
374
- /*
375
- .grid-70-30{
376
- display: grid;
377
- grid-template-columns: 70% 30%;
378
- gap: 10px;
379
- }
380
- */
381
364
382
365
.product-image {
383
366
max-height : 250px ;
@@ -404,7 +387,6 @@ div[role="presentation"] > div.MuiPaper-root.MuiPopover-paper.MuiMenu-paper butt
404
387
405
388
.share-dropdown-btn : hover {
406
389
background-color : # 7cb0ff91!important ;
407
- background : rgb (1 , 32 , 96 );
408
390
background : linear-gradient (180deg , rgba (1 , 32 , 96 , 0.8323704481792717 ) 0% , rgba (5 , 107 , 153 , 0.5690651260504201 ) 100% );
409
391
}
410
392
@@ -413,7 +395,10 @@ div[role="presentation"] > div.MuiPaper-root.MuiPopover-paper.MuiMenu-paper butt
413
395
background : rgb (1 , 32 , 96 );
414
396
background : linear-gradient (206deg , rgba (1 , 32 , 96 , 0.8323704481792717 ), rgba (0 , 165 , 255 , 0.57 ))!important ;
415
397
box-shadow : 0 2px 1px 3px rgba (71 , 172 , 255 , 0.809 );
416
- }
398
+ border-bottom : 0 ;
399
+ padding : 0 !important ;
400
+ position : sticky!important ;
401
+ }
417
402
418
403
.cx-navigation-item a {
419
404
color : var (--brand-text );
@@ -429,7 +414,6 @@ div[role="presentation"] > div.MuiPaper-root.MuiPopover-paper.MuiMenu-paper butt
429
414
color : var (--brand-text );
430
415
font-weight : 900 ;
431
416
font-size : 25px !important ;
432
- font-family : 'Manrope' ;
433
417
padding : 0px !important ;
434
418
cursor : default;
435
419
}
@@ -482,14 +466,8 @@ div[role="presentation"] > div.MuiPaper-root.MuiPopover-paper.MuiMenu-paper butt
482
466
display : flex;
483
467
justify-content : center;
484
468
align-self : center;
485
- width : 100% ;
486
469
padding : 0 !important ;
487
470
}
488
- .cx-main-navigation__wrapper {
489
- padding : 0 !important ;
490
- border-bottom : 0 ;
491
- position : sticky!important ;
492
- }
493
471
494
472
.main-logo {
495
473
height : 65px ;
0 commit comments