forked from thingsboard/thingsboard.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetting-started.sass
63 lines (63 loc) · 1.54 KB
/
getting-started.sass
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.getting-started-title
text-align: center
font-size: 36px
line-height: 54px
font-weight: 300
padding-bottom: 50px
div.getting-started-content
padding-bottom: 60px
a.getting-started-card
max-width: 400px
text-decoration: none
div.getting-started-square
height: 300px
box-sizing: content-box
background: #FFFFFF
box-shadow: 0px 8px 16px rgba(33, 91, 169, 0.25)
border-radius: 4px
display: flex
flex-direction: column
margin: 6px
&:hover
margin: 0
border: 6px solid #212529
.getting-started-logo-container
border-radius: 0
.getting-started-logo-container
padding-left: 25px
padding-right: 25px
flex: 1
display: flex
border-radius: 4px 4px 0 0
&.ce
background-color: #305680
.getting-started-logo
flex: 1
background: url(/images/services/community_edition.svg) no-repeat
background-size: contain
background-position-y: center
&.pe
background-color: #00695C
.getting-started-logo
flex: 1
background: url(/images/services/professional_edition.svg) no-repeat
background-size: contain
background-position-y: center
.getting-started-text
flex: 1
display: flex
flex-direction: column
justify-content: center
.getting-started-with
text-align: center
font-weight: 500
font-size: 20px
line-height: 30px
color: #707276
padding-bottom: 18px
.getting-started-product
text-align: center
font-weight: 600
font-size: 28px
line-height: 42px
color: #212529