@appscode/design-system 1.1.0-alpha.21 → 1.1.0-alpha.22

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,6 +1,5 @@
1
1
  .ac-card-wrapper {
2
2
  display: flex;
3
- align-items: center;
4
3
  flex-wrap: wrap;
5
4
  }
6
5
 
@@ -80,7 +79,7 @@
80
79
  margin-bottom: 20px;
81
80
  margin-right: 20px;
82
81
  padding: 30px 20px 20px;
83
- height: 140px;
82
+ min-height: 140px;
84
83
  cursor: pointer;
85
84
 
86
85
  .ac-card-logo {
@@ -7,7 +7,7 @@
7
7
  li {
8
8
  a {
9
9
  font-size: 13px;
10
- font-weight: 400;
10
+ font-weight: 500;
11
11
  color: $ac-color-text;
12
12
  display: block;
13
13
  padding: 7px 10px;
@@ -121,7 +121,7 @@
121
121
  transition: 0.3s ease-in-out;
122
122
  position: relative;
123
123
  z-index: 1;
124
- max-width: 250px;
124
+ width: 250px;
125
125
 
126
126
  &.is-active-require-field {
127
127
  &:after {
@@ -194,6 +194,7 @@
194
194
  border: 1px solid $ac-primary;
195
195
  border-bottom: 1px solid $ac-primary !important;
196
196
  border-radius: 4px;
197
+ cursor: pointer;
197
198
  }
198
199
  }
199
200
 
@@ -206,9 +207,8 @@
206
207
 
207
208
  // details with checkradio
208
209
  .details-with-checkradio-wrapper {
209
- display: grid;
210
- grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
211
- grid-gap: 15px;
210
+ display: flex;
211
+ gap: 15px;
212
212
  }
213
213
 
214
214
  // dark theme start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.1.0-alpha.21",
3
+ "version": "1.1.0-alpha.22",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {