Skip to content

Commit 3e9a631

Browse files
Removed Uppercase
1 parent 566af85 commit 3e9a631

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

products/thingsboard-pe/thingsboard-pe.sass

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,9 @@
7575
text-align: center
7676
font-size: 32px
7777
line-height: 52px
78-
text-transform: uppercase
7978
h2
8079
font-weight: 500
8180
font-size: 36px
82-
text-transform: uppercase
8381
h3
8482
font-size: 42px
8583
font-weight: 600
@@ -245,12 +243,12 @@
245243
width: 32px
246244

247245
#intro
248-
padding-top: 88px
246+
padding-top: 28px
249247
.clari
250248
color: #92A198
251249
font-weight: normal
252250
text-transform: none
253-
margin-bottom: 200px
251+
margin-bottom: 100px
254252

255253
#labeling, #integration, #scheduler, #export
256254
#features-top
@@ -263,13 +261,13 @@
263261
align-items: center
264262
flex-direction: column
265263
.preview
266-
margin-top: 100px
264+
margin-top: 32px
267265
img
268-
order: 1
269-
.feature-des
270266
order: 2
267+
.feature-des
268+
order: 1
271269
h2
272-
margin-top: 32px
270+
margin-top: 100px
273271
.feature-des, img
274272
width: 100%
275273
&.dark
@@ -281,21 +279,26 @@
281279
p
282280
color: #868686
283281
&.double
284-
margin: unset
282+
margin-top: 100px
285283
div
286284
width: 100%
287285
&.left-textblock
288286
margin: unset
287+
h2
288+
margin: unset
289289
&.right-textblock
290-
margin: unset
290+
margin: 32px 0 0
291+
h2
292+
margin: unset
291293
img
292294
width: 100%
293295
&.end
294296
margin: unset
295297
div
296-
margin-bottom: 80px
298+
margin-bottom: unset
297299
#diagram
298-
margin-top: 100px
300+
order: 2
301+
margin-top: 32px
299302
ul
300303
padding-bottom: 12px
301304
display: -webkit-box
@@ -360,11 +363,11 @@
360363
box-shadow: 0 50px 50px -20px rgba(0,0,0,0.15), 0 0 30px 0 rgba(0,0,0,0.10)
361364
&.integrations-list
362365
width: 260px
363-
top: 260px
366+
top: 560px
364367
left: 60px
365368
&.export-list
366369
width: 200px
367-
top: 180px
370+
top: 380px
368371
right: -240px
369372

370373
#background
@@ -399,7 +402,7 @@
399402
&.main2
400403
top: -500px
401404
width: 2560px
402-
height: 1125px
405+
height: 725px
403406
left: -1280px
404407
background-color: #262C28
405408
&.small4
@@ -429,7 +432,7 @@
429432
left: 804px
430433
border: 2px solid #234732
431434
&.bottom
432-
top: -320px
435+
top: -70px
433436
width: 2560px
434437
height: 130px
435438
left: -1280px
@@ -551,6 +554,10 @@
551554
main
552555
max-width: 100%
553556
#peContent
557+
#intro
558+
padding-top: 88px
559+
.clari
560+
margin-bottom: 200px
554561
#features
555562
main
556563
flex-direction: unset

0 commit comments

Comments
 (0)