@ansible/ansible-ui-framework 0.0.317 → 0.0.319

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,8 +4,10 @@
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);
10
+ font-size: medium;
9
11
  }
10
12
 
11
13
  #header {
@@ -20,8 +22,42 @@ a {
20
22
  color: #1FA7F8;
21
23
  }
22
24
 
25
+ a:hover {
26
+ color: #73bcf7;
27
+ }
28
+
23
29
  li {
24
30
  padding-bottom: 4px;
25
31
  }
26
32
 
33
+ #wrapper {
34
+ display: none;
35
+ max-width: 1024px;
36
+ }
37
+
38
+ section {
39
+ padding: unset;
40
+ margin: 16px;
41
+ max-width: 1024px;
42
+ }
43
+
44
+ h1 {
45
+ padding-bottom: 8px;
46
+ }
47
+
48
+ h2 {
49
+ padding-top: 8px;
50
+ padding-bottom: 8px;
51
+ }
52
+
53
+ p {
54
+ margin-bottom: 12px;
55
+ }
56
+
57
+ ul {
58
+ margin-bottom: 12px;
59
+ }
27
60
 
61
+ code {
62
+ font-family: monospace;
63
+ }
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.319",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {