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

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.
@@ -243,6 +243,11 @@
243
243
  top: 7px;
244
244
  }
245
245
 
246
+ .card-select .status-tag {
247
+ position: absolute;
248
+ top: -10px;
249
+ }
250
+
246
251
  // dark theme end
247
252
  /****************************************
248
253
  Responsive Classes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.1.0-alpha.22",
3
+ "version": "1.1.0-alpha.23",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {