Polish lab link buttons
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user