TheoLvs commited on
Commit
64c838a
1 Parent(s): 07bc792

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +37 -0
style.css ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .warning-box {
2
+ background-color: #fff3cd;
3
+ border: 1px solid #ffeeba;
4
+ border-radius: 4px;
5
+ padding: 15px 20px;
6
+ font-size: 14px;
7
+ color: #856404;
8
+ display: inline-block;
9
+ margin-bottom: 15px;
10
+ }
11
+
12
+
13
+ .tip-box {
14
+ background-color: #e0f7fa;
15
+ border: 1px solid #80deea;
16
+ border-radius: 4px;
17
+ margin-top:20px;
18
+ padding: 15px 20px;
19
+ font-size: 14px;
20
+ color: #006064;
21
+ display: inline-block;
22
+ margin-bottom: 15px;
23
+ width: auto;
24
+ }
25
+
26
+ .tip-box-title {
27
+ font-weight: bold;
28
+ font-size: 14px;
29
+ margin-bottom: 5px;
30
+ }
31
+
32
+ .light-bulb {
33
+ display: inline;
34
+ margin-right: 5px;
35
+ }
36
+
37
+ .gr-box {border-color: #d6c37c}