Skip to content

Commit 0294205

Browse files
authored
chore: update CSS for other products section (#51)
1 parent 1268168 commit 0294205

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

assets/css/f5-hugo.css

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,18 @@ ol > li > ol {
220220
height: 100%;
221221
}
222222

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+
223235
.saas-card {
224236
display: flex;
225237
}
@@ -267,6 +279,19 @@ a.products-card:hover {
267279
box-shadow: 0px 12px 24px 0px #48566533;
268280
}
269281

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+
270295
.card-img {
271296
background-repeat: no-repeat;
272297
}
@@ -340,6 +365,11 @@ a.products-card:hover {
340365
text-indent: -52px;
341366
}
342367

368+
.other-products-card > .card-title {
369+
padding-left: 52px;
370+
text-indent: -52px;
371+
}
372+
343373
h3.card-title a {
344374
color: #000;
345375
}
@@ -732,7 +762,7 @@ redoc {
732762
font-family: "Roboto-Regular", "Helvetica Neue", Arial, sans-serif;
733763
}
734764

735-
/*
765+
/*
736766
/ Make tooltip appear on hover
737767
*/
738768

@@ -1342,7 +1372,7 @@ summary {
13421372

13431373
/* end custom-styles shortcode additions */
13441374

1345-
/* credit:
1375+
/* credit:
13461376
Randy_Lough
13471377
https://discourse.gohugo.io/t/bootstrap-4-pagination-some-added-functionality/11393
13481378
*/

0 commit comments

Comments
 (0)