Skip to content

Commit 38474dc

Browse files
committed
l5btn
Signed-off-by: Lee Calcote <[email protected]>
1 parent abaf260 commit 38474dc

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

assets/scss/_styles_project.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,14 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover {
160160
}
161161
}
162162
}
163+
164+
// Dashboard
165+
166+
.l5btn {
167+
border-radius: 0.75rem;
168+
border: 4px solid rgba(0, 179, 159, 0.40);
169+
background: #000;color: white;
170+
& :active {
171+
background-color: $saffron;
172+
}
173+
}

content/en/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ title: Layer5
44

55
{{< blocks/cover title="Expect More from Your Infrastructure" image_anchor="top" height="full" >}}
66

7-
<a class="btn btn-lg btn-primary me-3 mb-4" href="/docs/">
7+
<a class="btn btn-lg btn-primary me-3 mb-4 l5btn" href="/docs/">
88
Cloud Docs <i class="fas fa-arrow-alt-circle-right ms-2"></i>
99
</a>
10-
<a class="btn btn-lg btn-secondary me-3 mb-4" href="/meshmap">
10+
<a class="btn btn-lg btn-secondary me-3 mb-4 l5btn"
11+
href="/meshmap">
1112
MeshMap Docs <i class="fas fa-arrow-alt-circle-right ms-2"></i>
1213
</a>
1314
<p class="lead mt-5"></p>
@@ -18,6 +19,7 @@ transform: rotate(-55.68deg);
1819
flex-shrink: 0;
1920
position: absolute; z-index:-1;background: linear-gradient(180deg, rgba(0, 179, 115, 0.00) 0%, rgba(0, 179, 159, 0.30) 100%);position: absolute; top: -18rem;right:-32rem;"></div>
2021
<div style="width: 74.125rem; height: 74.125rem; flex-shrink: 0; background: radial-gradient(50% 50% at 50% 50%, rgba(0, 179, 159, 0.20) 0%, rgba(0, 179, 159, 0.00) 100%);position: absolute; top: 8rem;left:-24rem;z-index:-1;"></div>
22+
2123
{{< /blocks/cover >}}
2224

2325
<!--

0 commit comments

Comments
 (0)