fffiloni commited on
Commit
8e178ad
1 Parent(s): 61014ce

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +13 -1
style.css CHANGED
@@ -15,10 +15,22 @@ div#record_btn > .mt-6 button {
15
  height: 40px;
16
  }
17
 
18
- div#error_handler textarea {
19
  color: #c25c00;
20
  }
21
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  .footer {
23
  margin-bottom: 45px;
24
  margin-top: 10px;
 
15
  height: 40px;
16
  }
17
 
18
+ div#error_handler .openai_error {
19
  color: #c25c00;
20
  }
21
 
22
+ div#error_handler .openai_clear {
23
+ color: green;
24
+ }
25
+
26
+ div#error_handler span {
27
+ font-size: 0.9em;
28
+ padding: 16px;
29
+ display: flex;
30
+ border: 1px solid #374151;
31
+ border-radius: 10px;
32
+ }
33
+
34
  .footer {
35
  margin-bottom: 45px;
36
  margin-top: 10px;