@appscode/design-system 2.0.14 → 2.0.16

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.
@@ -408,6 +408,9 @@
408
408
  &.is-medium {
409
409
  font-size: 1rem;
410
410
  height: 36px;
411
+ &.is-square {
412
+ width: 36px;
413
+ }
411
414
  }
412
415
  &.is-tinny {
413
416
  height: 24px;
@@ -5,7 +5,7 @@
5
5
 
6
6
  .form-left-item {
7
7
  margin-right: 16px;
8
- width: calc(100% - 108px);
8
+ width: calc(100% - 104px);
9
9
  }
10
10
  }
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.0.14",
3
+ "version": "2.0.16",
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
  }