diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-07 10:28:24 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-07 10:28:24 +0100 |
| commit | 02525bcb98bc1841c5734623be4d7936e66f32b2 (patch) | |
| tree | b76fb21f6417b714fae564770c7cb7affe3843e7 /src/frontend/app/components/StopAlert.css | |
| parent | 37d8eedd641bb04c086797010292bcb25240d56d (diff) | |
Finish implementing navidad
Diffstat (limited to 'src/frontend/app/components/StopAlert.css')
| -rw-r--r-- | src/frontend/app/components/StopAlert.css | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/frontend/app/components/StopAlert.css b/src/frontend/app/components/StopAlert.css index 2ba3baa..c1d9a0a 100644 --- a/src/frontend/app/components/StopAlert.css +++ b/src/frontend/app/components/StopAlert.css @@ -72,7 +72,7 @@ } .stop-alert-compact .stop-alert-title { - font-size: 0.85rem; + font-size: 0.95rem; } .stop-alert-message { @@ -81,17 +81,6 @@ } .stop-alert-compact .stop-alert-message { - font-size: 0.8rem; -} - -.stop-alert-alternate-codes { font-size: 0.85rem; - margin-top: 0.25rem; - font-style: italic; - opacity: 0.8; -} - -.stop-alert-compact .stop-alert-alternate-codes { - font-size: 0.75rem; } |
