@appscode/design-system 2.0.22-alpha.3 → 2.0.22-alpha.5

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.0.22-alpha.3",
3
+ "version": "2.0.22-alpha.5",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -407,14 +407,15 @@
407
407
  }
408
408
 
409
409
  label {
410
- font-size: 16px;
411
- left: 20px;
412
- top: 11px;
410
+ font-size: 13px;
411
+ left: 15px;
412
+ top: 8px;
413
413
  cursor: text;
414
414
  color: $primary-10;
415
415
  position: absolute;
416
416
  z-index: 99;
417
417
  transition: 0.3s ease-in-out;
418
+ font-weight: 500;
418
419
 
419
420
  .is-required {
420
421
  img {
@@ -429,7 +430,7 @@
429
430
  left: 15px;
430
431
  padding: 0 5px;
431
432
  font-size: 13px;
432
- color: $black-5;
433
+ color: $black-40;
433
434
 
434
435
  &::after {
435
436
  background-color: $white-100;
@@ -17,7 +17,7 @@ defineEmits(["tabchange"]);
17
17
  </script>
18
18
 
19
19
  <template>
20
- <tabs-body class="mt-10">
20
+ <tabs-body>
21
21
  <tabs class="is-line">
22
22
  <tab-item :is-active="activeTab === 'edit'">
23
23
  <a @click.prevent="$emit('tabchange', 'edit')">Edit</a>