@@ -254,6 +254,8 @@ $feature-box-div-margin-bottom: 40px
254
254
h3
255
255
font-size : 16px
256
256
font-weight : unset
257
+ margin-top : 18px
258
+ line-height : 1.5
257
259
img
258
260
display : block
259
261
margin : 50px auto 50px auto
@@ -264,6 +266,7 @@ $feature-box-div-margin-bottom: 40px
264
266
h2
265
267
font-size : 42px
266
268
font-weight : 600
269
+ line-height : 1.5
267
270
img
268
271
margin : 60px auto
269
272
a
@@ -299,9 +302,10 @@ $feature-box-div-margin-bottom: 40px
299
302
align-items : center
300
303
.item.active
301
304
display : flex
305
+ flex-direction : column
302
306
.item-image-container
303
307
position : relative
304
- width : 66 %
308
+ width : 100 %
305
309
.item-image-container ::before
306
310
content : ' '
307
311
position : absolute
@@ -327,7 +331,8 @@ $feature-box-div-margin-bottom: 40px
327
331
.item.active .item-image-container ::before
328
332
opacity : .8
329
333
.item-description
330
- width : 30%
334
+ width : 100%
335
+ margin-bottom : 32px
331
336
opacity : 0
332
337
transition : opacity .3s ease-out .45s
333
338
.item-header
@@ -375,15 +380,18 @@ $feature-box-div-margin-bottom: 40px
375
380
justify-content : space-between
376
381
display : flex
377
382
align-items : center
378
- flex-direction : row
383
+ flex-direction : column
379
384
a
380
- width : calc(65% - 60px )
385
+ order : 2
386
+ width : 100%
381
387
img
382
388
width : 100%
383
389
border-radius : 6px
384
390
box-shadow : 0 50px 50px -20px rgba(0 ,0 ,0 ,0.15 ), 0 0 30px 0 rgba(0 ,0 ,0 ,0.05 )
385
391
.des
386
- width : calc(35% - 60px )
392
+ order : 1
393
+ width : 100%
394
+ margin-bottom : 32px
387
395
388
396
#bottom-features
389
397
padding-bottom : 80px
@@ -403,9 +411,10 @@ $feature-box-div-margin-bottom: 40px
403
411
background : white
404
412
border-radius : 6px
405
413
box-shadow : 0 50px 50px -20px rgba(0 ,0 ,0 ,0.15 )
406
- display : flex
414
+ display : unset
415
+ text-align : center
407
416
div
408
- width : calc( 100% - 122 px )
417
+ width : 100%
409
418
.title
410
419
color : #2A7DEC
411
420
font-size : 24px
@@ -415,7 +424,7 @@ $feature-box-div-margin-bottom: 40px
415
424
margin-top : 10px
416
425
img
417
426
height : fit-content
418
- margin-right : 30 px
427
+ margin : 0 0 18 px
419
428
420
429
#read-more-button
421
430
position : relative
@@ -451,14 +460,21 @@ $feature-box-div-margin-bottom: 40px
451
460
display : block
452
461
width : 100%
453
462
position : absolute
463
+ font-weight : 400
454
464
height : 100%
455
- opacity : 0.5
456
- background : lin ear- gradient(0deg , rgba(37 ,38 ,40 ,0.8 ) 0% , rgba(37 ,38 ,40 ,0 ) 60 % )
465
+ opacity : 0
466
+ background : lin ear- gradient(0deg , rgba(37 ,38 ,40 ,0.8 ) 0% , rgba(37 ,38 ,40 ,0.6 ) 100 % )
457
467
transition-duration : 0.3s
458
468
border-radius : 6px
459
469
& :hover
460
470
opacity : 1
471
+ .eye
472
+ bottom : 14%
461
473
.eye
474
+ transition-duration : 0.3s
475
+ position : absolute
476
+ bottom : 0
477
+ left : calc(50% - 60px )
462
478
img
463
479
margin-right : 10px
464
480
width : unset !important
@@ -634,6 +650,16 @@ $feature-box-div-margin-bottom: 40px
634
650
#products
635
651
.product-list
636
652
margin : 0 80px
653
+ #bottom-features
654
+ #cards
655
+ div
656
+ .block
657
+ text-align : left
658
+ display : flex
659
+ div
660
+ width : calc(100% - 122px )
661
+ img
662
+ margin : 0 30px 0 0
637
663
638
664
@media screen and (min-width : 1025px )
639
665
#home
@@ -661,6 +687,24 @@ $feature-box-div-margin-bottom: 40px
661
687
#products
662
688
.product-list
663
689
margin : 0 60px
690
+ #rule-engine
691
+ .rule
692
+ flex-direction : row
693
+ a
694
+ order : unset
695
+ width : calc(65% - 20px )
696
+ .des
697
+ order : unset
698
+ width : calc(35% - 60px )
699
+ margin : unset
700
+ #dashboards
701
+ .item.active
702
+ flex-direction : unset
703
+ .item-image-container
704
+ width : 66%
705
+ .item-description
706
+ margin : unset
707
+ width : 30%
664
708
665
709
@media screen and (min-width : 1250px )
666
710
#home
0 commit comments