-
Notifications
You must be signed in to change notification settings - Fork 347
Expand file tree
/
Copy pathinstallations.sass
More file actions
309 lines (291 loc) · 10.1 KB
/
installations.sass
File metadata and controls
309 lines (291 loc) · 10.1 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
#installations
color: #212529
position: relative
background-color: #fff
width: 100%
.inner-navigation
position: relative
margin: 36px 0
display: flex
justify-content: center
align-items: center
ul
list-style-type: none
display: flex
flex-wrap: wrap
justify-content: center
align-items: center
gap: 8px
margin: 0
padding: 0
li
position: relative
display: table
padding-right: 12px
a
text-decoration: none
display: block
vertical-align: middle
text-align: center
border: 1px solid rgba(0, 0, 0, 0.08)
box-sizing: border-box
border-radius: 34px
font-size: 20px
line-height: 32px
padding: 16px 28px
@media (max-width: 600px)
font-size: 14px
line-height: 24px
padding: 8px 16px
color: #3D3D3D
font-weight: 400
cursor: pointer
letter-spacing: 1px
&:hover
border-color: #212529
border-width: 2px
margin: -1px
&.tb-logo
a
@media (min-width: 1200px) and (max-width: 1400px)
.hidden-title
display: none
&.active
z-index: 5
a
color: #2A7DEC
box-shadow: 0 6px 8px rgba(42,125,236,0.25)
border-color: #2A7DEC
div.install-content
position: relative
z-index: 4
padding-top: 0
background-color: #F4F8FE
overflow: hidden
.install-content-header
flex-direction: row
padding-top: 10px
&.margin-bottom
margin-bottom: 28px
h1
font-size: 28px
line-height: 44px
font-weight: 500
color: #202021
@media (min-width: 1200px)
font-size: 30px
line-height: 46px
@media (min-width: 1400px)
font-size: 36px
line-height: 54px
.install-content-description
padding-top: 18px
@media (min-width: 992px)
padding-top: 32px
.button-container
margin: 32px 0 16px 0
padding: 0
justify-content: center
align-items: center
gap: 25px
@media (min-width: 992px)
margin-bottom: 90px
justify-content: start
.margin-mobile
margin: 50px 0
.install-content-details
padding-top: 12px
color: #3B3C3D
font-size: 18px
line-height: 30px
p
font-weight: 400
font-size: 18px
line-height: 30px
&.margin
margin-bottom: 1rem
.image-content
position: relative
width: 100%
padding-top: 60%
&.width-85
width: 85%
@media (min-width: 768px)
padding-top: 50%
img
width: 75%
position: absolute
box-shadow: 0 18px 60px rgba(0, 0, 0, 0.127868)
border-radius: 4px
&.bg
top: 0
right: 0
z-index: 1
opacity: 0.5
&.main
left: 0
top: 3rem
z-index: 2
&.left-negative
left: -40px
@media (max-width: 600px)
left: 0
a, button
&.btn-blue
min-width: 200px
padding: 10px 50px
background-color: #2A7DEC
color: #fff
text-align: center
font-size: 18px
font-weight: 500
outline: none
border-radius: 4px
border: solid 1px #2A7DEC
line-height: 28px
letter-spacing: -0.03em
&:hover
filter: brightness(1.3)
&.secondary
background-color: transparent
color: #2A7DEC
@media (max-width: 600px)
width: 100%
a.btn-blue
text-decoration: none
.feature
display: flex
flex-direction: column
gap: 28px
margin-bottom: 100px
@media (min-width: 992px)
flex-direction: row
.column
flex: 1
.item-row
display: flex
padding-right: 0
@media (min-width: 992px)
padding-right: 70px
&:before
content: "•"
font-weight: 600
font-size: 26px
line-height: 30px
margin-right: 22px
color: #2A7DEC
display: inline-block
.item-text
.item-title
color: #2A7DEC
font-weight: 400
font-size: 20px
line-height: 32px
margin-bottom: 2px
p
font-size: 16px
font-weight: 400
line-height: 28px
color: #202021
&:not(:last-of-type)
margin-bottom: 28px
.deploy
position: relative
padding-bottom: 100px
&:before
content: ""
display: block
width: 300%
height: 150%
top: -46px
left: -100%
background-color: #fff
position: absolute
z-index: -1
h2
font-weight: 600
font-size: 24px
line-height: 36px
margin-bottom: 34px
.wrapper
display: flex
flex-direction: column
@media (min-width: 992px)
flex-direction: row
.column
flex: 1
h3
font-weight: 400
font-size: 20px
line-height: 30px
margin-bottom: 22px
&:before
display: inline-block
content: ""
vertical-align: middle
margin-right: 14px
width: 30px
&.premise
&:before
height: 28px
background: url('/images/server-icon.svg') no-repeat
background-size: contain
&.cloud
margin-top: 22px
@media (min-width: 992px)
margin-top: 0
&:before
height: 22px
background: url('/images/cloud-symbol.svg') no-repeat
background-size: contain
.deployment-cards
display: flex
flex-wrap: wrap
justify-content: center
gap: 20px
@media (min-width: 992px)
justify-content: start
.deployment-card-block
padding: 24px
background-color: #fff
border: 1px solid #EBEBEB
border-radius: 16px
height: 140px
width: 312px
text-decoration: none
&:hover
box-shadow: -4px 15px 50px -20px rgba(0, 0, 0, 0.15), 0px 0px 8px 0px rgba(0, 0, 0, 0.08)
background: #F4F8FE
img
scale: 1.22
.deployment-logo
position: relative
width: 180px
height: 36px
min-width: 180px
display: flex
align-content: center
margin-bottom: 28px
img
flex: 0 0 auto
object-fit: contain
height: 100%
vertical-align: middle
transition: ease-in-out 0.3s
transform-origin: top left
h4
text-align: left
font-size: 16px
font-weight: 500
color: #212121
&:before
display: none
.divider
display: none
flex: 0
margin: 0 40px
border-color: #ddd
border-right-width: 1px
border-right-style: solid
@media (min-width: 992px)
display: block