frankaging commited on
Commit
7962ddb
·
1 Parent(s): 62be892

hande made

Browse files
Files changed (1) hide show
  1. style.css +19 -0
style.css ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #alert-message label {
2
+ font-weight: 700;
3
+ background-color: #fff3cd;
4
+ padding: 8px;
5
+ border-radius: 4px;
6
+ color: #664d03;
7
+ display: inline-block;
8
+ margin-bottom: 8px;
9
+ }
10
+
11
+ #alert-message textarea {
12
+ background-color: #e8f4ff;
13
+ border: 1px solid #cce5ff;
14
+ color: #084298;
15
+ font-size: 1.1em;
16
+ padding: 12px;
17
+ border-radius: 4px;
18
+ font-weight: 500;
19
+ }