@ansible/ansible-ui-framework 0.0.317 → 0.0.318

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,7 @@
4
4
  @import "{{ site.theme }}";
5
5
 
6
6
  body {
7
+ color: rgba(255, 255, 255, 0.7);
7
8
  line-height: 1.6em;
8
9
  background-color: rgb(27,29,33);
9
10
  }
@@ -20,8 +21,32 @@ a {
20
21
  color: #1FA7F8;
21
22
  }
22
23
 
24
+ a:hover {
25
+ color: #73bcf7;
26
+ }
27
+
23
28
  li {
24
29
  padding-bottom: 4px;
25
30
  }
26
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;
48
+ }
27
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.317",
4
+ "version": "0.0.318",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {