@@ -220,6 +220,18 @@ ol > li > ol {
220
220
height : 100% ;
221
221
}
222
222
223
+ .other-products-card {
224
+ color : # 33444d ;
225
+ background-color : # fff ;
226
+ box-shadow : 0px 1px 4px 0px # 4856653d ;
227
+ box-shadow : 0px 4px 8px 0px # 48566529 ;
228
+ padding : 24px 36px ;
229
+ border : 1px solid # f8f9f9 ;
230
+ box-sizing : border-box;
231
+ border-radius : 4px ;
232
+ height : 100% ;
233
+ }
234
+
223
235
.saas-card {
224
236
display : flex;
225
237
}
@@ -267,6 +279,19 @@ a.products-card:hover {
267
279
box-shadow : 0px 12px 24px 0px # 48566533 ;
268
280
}
269
281
282
+ a .other-products-card {
283
+ display : block;
284
+ transition : transform 150ms ease-in-out;
285
+ color : # 000 ;
286
+ }
287
+
288
+ a .other-products-card : hover {
289
+ opacity : 1 ;
290
+ /* transform: scale(1.03); */
291
+ box-shadow : 0px 5px 10px 0px # 4856650f ;
292
+ box-shadow : 0px 12px 24px 0px # 48566533 ;
293
+ }
294
+
270
295
.card-img {
271
296
background-repeat : no-repeat;
272
297
}
@@ -340,6 +365,11 @@ a.products-card:hover {
340
365
text-indent : -52px ;
341
366
}
342
367
368
+ .other-products-card > .card-title {
369
+ padding-left : 52px ;
370
+ text-indent : -52px ;
371
+ }
372
+
343
373
h3 .card-title a {
344
374
color : # 000 ;
345
375
}
@@ -732,7 +762,7 @@ redoc {
732
762
font-family : "Roboto-Regular" , "Helvetica Neue" , Arial, sans-serif;
733
763
}
734
764
735
- /*
765
+ /*
736
766
/ Make tooltip appear on hover
737
767
*/
738
768
@@ -1342,7 +1372,7 @@ summary {
1342
1372
1343
1373
/* end custom-styles shortcode additions */
1344
1374
1345
- /* credit:
1375
+ /* credit:
1346
1376
Randy_Lough
1347
1377
https://discourse.gohugo.io/t/bootstrap-4-pagination-some-added-functionality/11393
1348
1378
*/
0 commit comments