Skip to content

Commit 20ab932

Browse files
Dashboards, Rule Engine, Features
1 parent dac13dc commit 20ab932

17 files changed

+111
-67
lines changed

home.sass

Lines changed: 54 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ $feature-box-div-margin-bottom: 40px
254254
h3
255255
font-size: 16px
256256
font-weight: unset
257+
margin-top: 18px
258+
line-height: 1.5
257259
img
258260
display: block
259261
margin: 50px auto 50px auto
@@ -264,6 +266,7 @@ $feature-box-div-margin-bottom: 40px
264266
h2
265267
font-size: 42px
266268
font-weight: 600
269+
line-height: 1.5
267270
img
268271
margin: 60px auto
269272
a
@@ -299,9 +302,10 @@ $feature-box-div-margin-bottom: 40px
299302
align-items: center
300303
.item.active
301304
display: flex
305+
flex-direction: column
302306
.item-image-container
303307
position: relative
304-
width: 66%
308+
width: 100%
305309
.item-image-container::before
306310
content: ''
307311
position: absolute
@@ -327,7 +331,8 @@ $feature-box-div-margin-bottom: 40px
327331
.item.active .item-image-container::before
328332
opacity: .8
329333
.item-description
330-
width: 30%
334+
width: 100%
335+
margin-bottom: 32px
331336
opacity: 0
332337
transition: opacity .3s ease-out .45s
333338
.item-header
@@ -375,15 +380,18 @@ $feature-box-div-margin-bottom: 40px
375380
justify-content: space-between
376381
display: flex
377382
align-items: center
378-
flex-direction: row
383+
flex-direction: column
379384
a
380-
width: calc(65% - 60px)
385+
order: 2
386+
width: 100%
381387
img
382388
width: 100%
383389
border-radius: 6px
384390
box-shadow: 0 50px 50px -20px rgba(0,0,0,0.15), 0 0 30px 0 rgba(0,0,0,0.05)
385391
.des
386-
width: calc(35% - 60px)
392+
order: 1
393+
width: 100%
394+
margin-bottom: 32px
387395

388396
#bottom-features
389397
padding-bottom: 80px
@@ -403,9 +411,10 @@ $feature-box-div-margin-bottom: 40px
403411
background: white
404412
border-radius: 6px
405413
box-shadow: 0 50px 50px -20px rgba(0,0,0,0.15)
406-
display: flex
414+
display: unset
415+
text-align: center
407416
div
408-
width: calc(100% - 122px)
417+
width: 100%
409418
.title
410419
color: #2A7DEC
411420
font-size: 24px
@@ -415,7 +424,7 @@ $feature-box-div-margin-bottom: 40px
415424
margin-top: 10px
416425
img
417426
height: fit-content
418-
margin-right: 30px
427+
margin: 0 0 18px
419428

420429
#read-more-button
421430
position: relative
@@ -451,14 +460,21 @@ $feature-box-div-margin-bottom: 40px
451460
display: block
452461
width: 100%
453462
position: absolute
463+
font-weight: 400
454464
height: 100%
455-
opacity: 0.5
456-
background: linear-gradient(0deg, rgba(37,38,40,0.8) 0%, rgba(37,38,40,0) 60%)
465+
opacity: 0
466+
background: linear-gradient(0deg, rgba(37,38,40,0.8) 0%, rgba(37,38,40,0.6) 100%)
457467
transition-duration: 0.3s
458468
border-radius: 6px
459469
&:hover
460470
opacity: 1
471+
.eye
472+
bottom: 14%
461473
.eye
474+
transition-duration: 0.3s
475+
position: absolute
476+
bottom: 0
477+
left: calc(50% - 60px)
462478
img
463479
margin-right: 10px
464480
width: unset !important
@@ -634,6 +650,16 @@ $feature-box-div-margin-bottom: 40px
634650
#products
635651
.product-list
636652
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
637663

638664
@media screen and (min-width: 1025px)
639665
#home
@@ -661,6 +687,24 @@ $feature-box-div-margin-bottom: 40px
661687
#products
662688
.product-list
663689
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%
664708

665709
@media screen and (min-width: 1250px)
666710
#home

images/alarms-icon.svg

Lines changed: 3 additions & 3 deletions
Loading

images/asset-icon.svg

Lines changed: 8 additions & 8 deletions
Loading

images/database-icon.svg

Lines changed: 2 additions & 2 deletions
Loading

images/device-icon.svg

Lines changed: 14 additions & 14 deletions
Loading

images/engine-icon.svg

Lines changed: 2 additions & 2 deletions
Loading

images/eye-icon.svg

Lines changed: 3 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)