| |
|
| |
|
| |
|
| | * {
|
| | transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
|
| | }
|
| |
|
| |
|
| | .focus-ring:focus {
|
| | outline: 2px solid #3b82f6;
|
| | outline-offset: 2px;
|
| | }
|
| |
|
| |
|
| | @media (max-width: 768px) {
|
| | .mobile-hidden {
|
| | display: none;
|
| | }
|
| |
|
| | .mobile-full {
|
| | width: 100vw;
|
| | height: 100vh;
|
| | }
|
| | }
|
| |
|
| |
|
| | @media print {
|
| | .no-print {
|
| | display: none !important;
|
| | }
|
| | }
|
| |
|
| |
|
| | @media (prefers-contrast: high) {
|
| | .btn-primary {
|
| | border: 2px solid currentColor;
|
| | }
|
| | }
|
| |
|
| |
|
| | @media (prefers-reduced-motion: reduce) {
|
| | * {
|
| | animation-duration: 0.01ms !important;
|
| | animation-iteration-count: 1 !important;
|
| | transition-duration: 0.01ms !important;
|
| | }
|
| | } |