| File was renamed from VoiceSnapGo/frontend/src/components/settings/PermissionsPage.svelte |
| | |
| | | } |
| | | |
| | | .page-title { |
| | | font-size: 24px; |
| | | font-size: 22px; |
| | | font-weight: 700; |
| | | letter-spacing: 0; |
| | | } |
| | |
| | | } |
| | | |
| | | .summary-title { |
| | | font-size: var(--font-size-lg); |
| | | font-weight: 650; |
| | | font-size: var(--font-size-base); |
| | | font-weight: 500; |
| | | } |
| | | |
| | | .summary-desc { |
| | |
| | | color: var(--color-blue); |
| | | cursor: pointer; |
| | | font-size: var(--font-size-sm); |
| | | font-weight: 600; |
| | | font-weight: 500; |
| | | padding: 8px 12px; |
| | | transition: opacity var(--transition-fast); |
| | | white-space: nowrap; |
| | |
| | | display: inline-flex; |
| | | align-items: center; |
| | | gap: 8px; |
| | | font-size: var(--font-size-lg); |
| | | font-weight: 650; |
| | | font-size: var(--font-size-base); |
| | | font-weight: 500; |
| | | } |
| | | |
| | | .optional-badge { |
| | |
| | | background: var(--color-bg-secondary); |
| | | color: var(--color-secondary-label); |
| | | font-size: var(--font-size-xs); |
| | | font-weight: 600; |
| | | font-weight: 500; |
| | | padding: 2px 7px; |
| | | } |
| | | |
| | | .permission-state { |
| | | color: var(--color-red); |
| | | font-size: var(--font-size-sm); |
| | | font-weight: 600; |
| | | font-weight: 500; |
| | | white-space: nowrap; |
| | | } |
| | | |