Refine sport selection cards on the tracking page
This commit is contained in:
+5
-5
@@ -805,9 +805,9 @@ button {
|
|||||||
|
|
||||||
.sport-choice__card {
|
.sport-choice__card {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 0.35rem;
|
gap: 0.5rem;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
padding: 0.85rem 0.95rem;
|
padding: 1rem 1.05rem;
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.08);
|
||||||
@@ -815,14 +815,14 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sport-choice__card img {
|
.sport-choice__card img {
|
||||||
width: 1.2rem;
|
width: 1.7rem;
|
||||||
height: 1.2rem;
|
height: 1.7rem;
|
||||||
opacity: 0.96;
|
opacity: 0.96;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sport-choice__card strong {
|
.sport-choice__card strong {
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
font-size: 0.92rem;
|
font-size: 1rem;
|
||||||
line-height: 1.35;
|
line-height: 1.35;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user