@appscode/design-system 1.0.43-alpha.164 → 1.0.43-alpha.165

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.
@@ -185,6 +185,23 @@
185
185
  }
186
186
  }
187
187
  }
188
+
189
+ //For resource input from
190
+ .resource-input {
191
+ display: grid;
192
+ grid-template-columns: 60px 1fr 1fr;
193
+ grid-gap: 15px;
194
+ align-items: center;
195
+ margin-bottom: 15px;
196
+ .label-text {
197
+ font-weight: 300;
198
+ }
199
+ .ac-single-input {
200
+ margin: 0;
201
+ }
202
+ }
203
+
204
+
188
205
  // dark theme end
189
206
  /****************************************
190
207
  Responsive Classes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.164",
3
+ "version": "1.0.43-alpha.165",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {