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

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.5",
3
+ "version": "2.0.22-alpha.6",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -415,7 +415,6 @@
415
415
  position: absolute;
416
416
  z-index: 99;
417
417
  transition: 0.3s ease-in-out;
418
- font-weight: 500;
419
418
 
420
419
  .is-required {
421
420
  img {
@@ -427,7 +426,7 @@
427
426
 
428
427
  &.show-label {
429
428
  top: -10px;
430
- left: 15px;
429
+ left: 10px;
431
430
  padding: 0 5px;
432
431
  font-size: 13px;
433
432
  color: $black-40;