... | ... |
@@ -29,4 +29,12 @@ div.callout.danger { |
29 | 29 |
border-left-color: #E84F4F; |
30 | 30 |
background-color: #fce8e8; |
31 | 31 |
color: #b91818; |
32 |
- } |
|
33 | 32 |
\ No newline at end of file |
33 |
+ } |
|
34 |
+ |
|
35 |
+span.emphasised { |
|
36 |
+ font-size: 1.125em; |
|
37 |
+ text-transform: uppercase; |
|
38 |
+ font-weight: 700; |
|
39 |
+ letter-spacing: 0.05em; |
|
40 |
+ color: #ad9c87; |
|
41 |
+} |
|
34 | 42 |
\ No newline at end of file |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,32 @@ |
1 |
+div.callout { |
|
2 |
+ border-left: 3px solid #BBB; |
|
3 |
+ background-color: #EEE; |
|
4 |
+ padding: 12px 12px 12px 32px; |
|
5 |
+ display: block; |
|
6 |
+ position: relative; |
|
7 |
+ margin-bottom: 0.75em; |
|
8 |
+} |
|
9 |
+ |
|
10 |
+div.callout.info { |
|
11 |
+ border-left-color: #0288D1; |
|
12 |
+ background-color: #d3efff; |
|
13 |
+ color: #015380; |
|
14 |
+ } |
|
15 |
+ |
|
16 |
+div.callout.success { |
|
17 |
+ border-left-color: #52A256; |
|
18 |
+ background-color: #e7f3e7; |
|
19 |
+ color: #376c39; |
|
20 |
+ } |
|
21 |
+ |
|
22 |
+div.callout.warning { |
|
23 |
+ border-left-color: #e27b41; |
|
24 |
+ background-color: #faeae0; |
|
25 |
+ color: #b6531c; |
|
26 |
+ } |
|
27 |
+ |
|
28 |
+div.callout.danger { |
|
29 |
+ border-left-color: #E84F4F; |
|
30 |
+ background-color: #fce8e8; |
|
31 |
+ color: #b91818; |
|
32 |
+ } |
|
0 | 33 |
\ No newline at end of file |