diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-14 19:19:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-14 19:19:10 +0100 |
| commit | 74d5433c15b51d6de82b92e7be33035998a82745 (patch) | |
| tree | 7edfde252e2dba3b8f6b8adc7b07826fefa7598c /src/frontend/app/routes/estimates-$id.css | |
| parent | 77a541e34e2a15a36765cc0ac9462f0738e8c435 (diff) | |
Make experimental notice smaller
Diffstat (limited to 'src/frontend/app/routes/estimates-$id.css')
| -rw-r--r-- | src/frontend/app/routes/estimates-$id.css | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/frontend/app/routes/estimates-$id.css b/src/frontend/app/routes/estimates-$id.css index ff09f82..be0775a 100644 --- a/src/frontend/app/routes/estimates-$id.css +++ b/src/frontend/app/routes/estimates-$id.css @@ -287,38 +287,6 @@ flex-shrink: 0; } -.experimental-notice { - background-color: #fff3cd; - border: 1px solid #ffc107; - border-radius: 8px; - padding: 1rem; - margin-bottom: 1rem; - color: #856404; - flex-shrink: 0; -} - -.experimental-notice strong { - display: block; - margin-bottom: 0.5rem; - color: #856404; -} - -.experimental-notice p { - margin: 0; - font-size: 0.9rem; - line-height: 1.4; -} - -[data-theme="dark"] .experimental-notice { - background-color: #3d3100; - border-color: #ffc107; - color: #ffd966; -} - -[data-theme="dark"] .experimental-notice strong { - color: #ffd966; -} - .refresh-status { display: flex; align-items: center; |
