aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/routes/estimates-$id.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/routes/estimates-$id.css')
-rw-r--r--src/frontend/app/routes/estimates-$id.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/frontend/app/routes/estimates-$id.css b/src/frontend/app/routes/estimates-$id.css
index 0658156..81fba1d 100644
--- a/src/frontend/app/routes/estimates-$id.css
+++ b/src/frontend/app/routes/estimates-$id.css
@@ -268,3 +268,28 @@
[data-theme="dark"] .experimental-notice strong {
color: #ffd966;
}
+
+.refresh-status {
+ display: flex;
+ align-items: center;
+ gap: 0.5rem;
+ justify-content: center;
+ padding: 0.75rem 1rem;
+ margin-bottom: 1rem;
+ background-color: rgba(0, 123, 255, 0.1);
+ border: 1px solid rgba(0, 123, 255, 0.2);
+ border-radius: 8px;
+ color: var(--primary-color);
+ font-size: 0.9rem;
+ font-weight: 500;
+}
+
+.refresh-status .refresh-icon {
+ width: 1rem;
+ height: 1rem;
+}
+
+[data-theme="dark"] .refresh-status {
+ background-color: rgba(0, 123, 255, 0.15);
+ border-color: rgba(0, 123, 255, 0.3);
+}