Make score and sport settings fully account-specific
This commit is contained in:
@@ -1174,6 +1174,41 @@ input[type="range"] {
|
||||
gap: 0.9rem;
|
||||
}
|
||||
|
||||
.preset-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.65rem;
|
||||
margin-bottom: 0.95rem;
|
||||
}
|
||||
|
||||
.preset-pill {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.55rem;
|
||||
padding: 0.65rem 0.9rem;
|
||||
border-radius: 999px;
|
||||
border: 1px solid rgba(138, 210, 235, 0.22);
|
||||
background: rgba(255, 255, 255, 0.08);
|
||||
color: var(--text);
|
||||
backdrop-filter: blur(20px);
|
||||
transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
|
||||
}
|
||||
|
||||
.preset-pill:hover {
|
||||
transform: translateY(-1px);
|
||||
border-color: rgba(139, 228, 255, 0.4);
|
||||
background: rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
|
||||
.preset-pill img {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
}
|
||||
|
||||
.preset-pill[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sport-type-card {
|
||||
gap: 0.9rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user