@appscode/design-system 1.1.0-alpha.25 → 1.1.0-alpha.26

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.
@@ -1,9 +1,6 @@
1
1
  .card-details {
2
2
  border: 1px solid #d2e7f9;
3
3
  padding: 30px 20px;
4
- width: calc(33.3% - 8px);
5
- min-width: 400px;
6
- max-width: 525px;
7
4
  // border-radius: 4px;
8
5
  transition: 0.3s ease-in-out;
9
6
  position: relative;
@@ -29,7 +26,7 @@
29
26
  }
30
27
 
31
28
  .c-content {
32
- width: calc(100% - 78px);
29
+ width: calc(100% - 100px);
33
30
  h4 {
34
31
  font-size: 18px;
35
32
  line-height: 130%;
@@ -102,7 +99,6 @@
102
99
  }
103
100
  .c-header {
104
101
  .c-title {
105
-
106
102
  h4 {
107
103
  font-size: 18px;
108
104
  color: #061b2d;
@@ -112,7 +108,7 @@
112
108
 
113
109
  .c-body {
114
110
  p {
115
- color: #0C365A;
111
+ color: #0c365a;
116
112
  }
117
113
  }
118
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.1.0-alpha.25",
3
+ "version": "1.1.0-alpha.26",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -38,10 +38,12 @@ const { hasOptionButtons, disabled } = toRefs(props);
38
38
  <style lang="scss">
39
39
  .card-details-wrapper {
40
40
  position: relative;
41
+ width: 420px;
42
+ height: 100%;
41
43
  .options-wrapper {
42
44
  position: absolute;
43
45
  right: 15px;
44
- top: 15px;
46
+ top: 30px;
45
47
  z-index: 9;
46
48
  }
47
49
  }