@ansible/ansible-ui-framework 0.0.315 → 0.0.317

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,11 +3,25 @@
3
3
 
4
4
  @import "{{ site.theme }}";
5
5
 
6
- header {
6
+ body {
7
+ line-height: 1.6em;
8
+ background-color: rgb(27,29,33);
9
+ }
10
+
11
+ #header {
7
12
  display: none;
8
13
  }
9
14
 
10
- title {
15
+ #title {
11
16
  display: none;
12
17
  }
13
-
18
+
19
+ a {
20
+ color: #1FA7F8;
21
+ }
22
+
23
+ li {
24
+ padding-bottom: 4px;
25
+ }
26
+
27
+
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.315",
4
+ "version": "0.0.317",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {