@ansible/ansible-ui-framework 0.0.316 → 0.0.318

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,12 @@
3
3
 
4
4
  @import "{{ site.theme }}";
5
5
 
6
+ body {
7
+ color: rgba(255, 255, 255, 0.7);
8
+ line-height: 1.6em;
9
+ background-color: rgb(27,29,33);
10
+ }
11
+
6
12
  #header {
7
13
  display: none;
8
14
  }
@@ -12,6 +18,35 @@
12
18
  }
13
19
 
14
20
  a {
15
- color: #0066CC;
21
+ color: #1FA7F8;
22
+ }
23
+
24
+ a:hover {
25
+ color: #73bcf7;
26
+ }
27
+
28
+ li {
29
+ padding-bottom: 4px;
30
+ }
31
+
32
+ section {
33
+ padding: unset;
34
+ margin-top: unset;
35
+ }
36
+
37
+ h1 {
38
+ padding-bottom: 8px;
39
+ }
40
+
41
+ h2 {
42
+ padding-top: 8px;
43
+ padding-bottom: 8px;
44
+ }
45
+
46
+ p {
47
+ margin-bottom: 12px;
16
48
  }
17
49
 
50
+ ul {
51
+ margin-bottom: 12px;
52
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "0.0.316",
4
+ "version": "0.0.318",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {