Polish lab link buttons

This commit is contained in:
c4ch3c4d3
2026-04-27 09:11:45 -06:00
parent 562be3fd1f
commit fd77d6ee1e
5 changed files with 52 additions and 18 deletions
+6 -3
View File
@@ -2051,7 +2051,8 @@ ol {
box-shadow: 0 12px 28px -22px rgba(15, 92, 139, 0.85);
}
.lab-content a.lab-service-pill {
.lab-content a.lab-service-pill,
.lab-content a.lab-open-pill {
display: inline-flex;
align-items: center;
gap: 0.45rem;
@@ -2072,7 +2073,8 @@ ol {
background-color 120ms ease;
}
.lab-content a.lab-service-pill::before {
.lab-content a.lab-service-pill::before,
.lab-content a.lab-open-pill::before {
content: "Open";
display: inline-flex;
align-items: center;
@@ -2086,7 +2088,8 @@ ol {
text-transform: uppercase;
}
.lab-content a.lab-service-pill:hover {
.lab-content a.lab-service-pill:hover,
.lab-content a.lab-open-pill:hover {
transform: translateY(-1px);
box-shadow: 0 12px 28px -22px rgba(15, 92, 139, 0.85);
}