@appscode/design-system 2.0.13 → 2.0.15

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.
@@ -4,8 +4,8 @@
4
4
  display: flex;
5
5
 
6
6
  .form-left-item {
7
- margin-right: 10px;
8
- width: calc(100% - 92px);
7
+ margin-right: 16px;
8
+ width: calc(100% - 104px);
9
9
  }
10
10
  }
11
11
  }
@@ -29,12 +29,6 @@
29
29
  .vue-openapi-form {
30
30
  margin-left: -20px;
31
31
 
32
- .is-warning {
33
- font-size: 12px;
34
- color: $warning;
35
- padding-left: 10px;
36
- }
37
-
38
32
  .ac-nested-elements {
39
33
  &:first-child {
40
34
  margin-left: 0;
@@ -616,43 +610,19 @@
616
610
  width: 200px !important;
617
611
  padding-right: 10px;
618
612
  }
619
- }
620
613
 
621
- // button scss
622
- .button {
623
- &.ac-button {
624
- padding: 8px 16px;
625
- font-weight: 500;
626
- line-height: 1;
627
-
628
- &.is-light {
629
- &.is-loading {
630
- &::after {
631
- border-color: transparent transparent #1c1c1c #1c1c1c !important;
632
- }
633
- }
634
- }
635
- &.is-ghost {
636
- border-color: transparent !important;
637
- }
638
- &.is-square {
639
- border: 1px solid $primary-95;
640
- }
641
- &.is-small {
642
- padding: 4px 9px;
614
+ .key-value-save > .ac-single-input {
615
+ margin-left: 0;
616
+ }
617
+ .key-value-save > .ac-nested-elements {
618
+ padding-left: 0;
619
+ &:after {
620
+ left: 8px;
643
621
  }
644
- &.is-medium {
645
- font-size: 1rem;
646
- height: 36px;
622
+ &:before {
623
+ left: 4px;
647
624
  }
648
625
  }
649
- &:focus {
650
- outline: none;
651
- box-shadow: none;
652
- }
653
- }
654
- button.is-primary {
655
- background-color: $primary;
656
626
  }
657
627
 
658
628
  .is-refresh {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.0.13",
3
+ "version": "2.0.15",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -123,6 +123,9 @@ const showUnpluginIcon = computed(() => {
123
123
  &.is-medium {
124
124
  font-size: 1rem;
125
125
  height: 36px;
126
+ &.is-square {
127
+ width: 36px;
128
+ }
126
129
  }
127
130
  }
128
131
  }