claritas-web-framework 8.0.8 → 8.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claritas-web-framework",
3
- "version": "8.0.8",
3
+ "version": "8.0.10",
4
4
  "updated": "01/08/2023",
5
5
  "description": "The CSS framework built for Claritas front end.",
6
6
  "main": "index.js",
package/sass/_reboot.scss CHANGED
@@ -23,7 +23,7 @@ hr {
23
23
  }
24
24
 
25
25
  %heading {
26
- margin-top: 0 0 0.5rem;
26
+ margin: 0 0 0.5rem;
27
27
  font-family: $headings-font-family;
28
28
  font-style: $headings-font-style;
29
29
  font-weight: $headings-font-weight;
@@ -91,7 +91,7 @@ ol ol,
91
91
  ul ul,
92
92
  ol ul,
93
93
  ul ol {
94
- margin-bottom: 0;
94
+ margin: 0;
95
95
  }
96
96
 
97
97
  dt {
@@ -203,7 +203,7 @@ fieldset {
203
203
  legend {
204
204
  float: left;
205
205
  width: 100%;
206
- margin-bottom: 0.5rem;
206
+ margin: 0 0 0.5rem;
207
207
  font-size: var(--font-size-5);
208
208
  line-height: inherit;
209
209
 
@@ -42,7 +42,6 @@
42
42
 
43
43
  & .card--header,
44
44
  & .card--footer {
45
- background-color: var(--card-background);
46
45
  display: flex;
47
46
  flex-flow: row wrap;
48
47
  align-items: normal;
@@ -65,7 +64,6 @@
65
64
  }
66
65
 
67
66
  & .card--body {
68
- background-color: var(--card-background);
69
67
  flex: 0 0 auto;
70
68
  width: 100%;
71
69
  padding: var(--spacer);