@appscode/design-system 2.0.19 → 2.0.20

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.19",
3
+ "version": "2.0.20",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -1,8 +1,7 @@
1
-
2
1
  // features card
3
2
  .card-basic.feature-card {
4
3
  padding: 20px;
5
- width: calc(25% - 8px);
4
+ // width: calc(25% - 8px);
6
5
  max-width: 390px;
7
6
  min-width: 290px;
8
7
  position: relative;
@@ -23,4 +22,4 @@
23
22
  color: #0c365a;
24
23
  }
25
24
  }
26
- }
25
+ }
@@ -443,7 +443,7 @@
443
443
  top: 50%;
444
444
  background-color: $white-100;
445
445
  width: 100%;
446
- height: 2px;
446
+ height: 4px;
447
447
  margin-top: -1px;
448
448
  z-index: -1;
449
449
  }