Add per-sport location settings and clarify recovery groups
This commit is contained in:
@@ -826,6 +826,12 @@ button {
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.sport-choice__card small {
|
||||
color: var(--muted);
|
||||
font-size: 0.82rem;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.sport-choice input:checked + .sport-choice__card {
|
||||
border-color: rgba(139, 228, 255, 0.44);
|
||||
background: linear-gradient(180deg, rgba(96, 184, 255, 0.18), rgba(255, 255, 255, 0.08));
|
||||
@@ -1002,6 +1008,12 @@ input[type="range"] {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.section-actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
margin-top: 0.95rem;
|
||||
}
|
||||
|
||||
.primary-button,
|
||||
.ghost-button,
|
||||
.button-link {
|
||||
|
||||
Reference in New Issue
Block a user