pdufour commited on
Commit
139df62
1 Parent(s): e52015a

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +14 -11
style.css CHANGED
@@ -75,17 +75,20 @@
75
  color: #2b6cb0;
76
  text-decoration: underline;
77
  }
78
-
79
- #status {
80
- display: block;
81
- margin-top: 1.5rem;
82
- text-align: center;
83
- color: #4a5568;
84
- font-size: 0.875rem;
85
- padding: 0.5rem;
86
- border-radius: 0.5rem;
87
- background: #edf2f7;
88
- }
 
 
 
89
 
90
  #upload {
91
  display: none;
 
75
  color: #2b6cb0;
76
  text-decoration: underline;
77
  }
78
+ #status {
79
+ display: inline-flex;
80
+ align-items: center;
81
+ gap: 0.5rem;
82
+ background: #fff;
83
+ border: 1px solid #e2e8f0;
84
+ color: #1a202c;
85
+ font-size: 0.875rem;
86
+ padding: 0.75rem 1rem;
87
+ margin: 1.5rem auto;
88
+ border-radius: 0.5rem;
89
+ box-shadow: 0 1px 2px rgba(0,0,0,0.05);
90
+ transition: all 0.2s;
91
+ }
92
 
93
  #upload {
94
  display: none;