@castlabs/ui 7.0.9 → 7.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": "@castlabs/ui",
3
- "version": "7.0.9",
3
+ "version": "7.0.10",
4
4
  "repository": "https://github.com/castlabs/ui-styleguide",
5
5
  "private": false,
6
6
  "description": "A vanilla HTML/CS/JS & Vue.js component library for Castlabs.",
@@ -78,6 +78,10 @@ $card-spacing-tight: $spacing-small;
78
78
  .card-footer {
79
79
  .btn {
80
80
  width: 100%;
81
+
82
+ + .btn {
83
+ margin-top: $spacing-small;
84
+ }
81
85
  }
82
86
  }
83
87
 
@@ -1,3 +1,5 @@
1
+ // stylelint-disable at-rule-descriptor-value-no-unknown
2
+
1
3
  $non-natural-ascent-override: 100%;
2
4
  $non-natural-descent-override: 40%;
3
5
 
@@ -220,7 +220,7 @@ main {
220
220
  @include cl-accent;
221
221
 
222
222
  border-left: $bar-ui-width solid var(--cl-color-accent);
223
- padding-left: calc($spacing-medium - $bar-ui-width);
223
+ padding-left: calc($list-indent - $bar-ui-width);
224
224
  }
225
225
 
226
226
  // --- lists -------------------------------------------------------------------