@appscode/design-system 2.4.7 → 2.4.9

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": "@appscode/design-system",
3
- "version": "2.4.7",
3
+ "version": "2.4.9",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -214,7 +214,7 @@
214
214
  font-size: 12px;
215
215
  top: -9px;
216
216
  font-weight: 500;
217
- color: $gray-5;
217
+ color: $gray-40;
218
218
  }
219
219
  }
220
220
 
@@ -245,7 +245,7 @@
245
245
 
246
246
  .multiselect .multiselect__tags {
247
247
  min-height: 32px !important;
248
- padding: 4px 30px 4px 20px;
248
+ padding: 4px 30px 4px 15px;
249
249
  font-size: 13px;
250
250
 
251
251
  .multiselect__single {
@@ -285,6 +285,7 @@
285
285
  &.show-label {
286
286
  font-size: 12px;
287
287
  top: -9px;
288
+ font-weight: 500;
288
289
  }
289
290
  }
290
291
 
@@ -26,7 +26,7 @@ withDefaults(defineProps<Props>(), {
26
26
  .overview-cards-wrapper {
27
27
  border: 1px solid $color-border;
28
28
  margin-right: 20px;
29
- height: calc(100% - 16px);
29
+ height: 100%;
30
30
  }
31
31
  .overview-cards {
32
32
  display: grid;