empower-container 0.1.31 → 0.1.32

Sign up to get free protection for your applications and to get access to all the features.
@@ -238,4 +238,41 @@
238
238
  }
239
239
  }
240
240
  }
241
- }
241
+
242
+ }
243
+
244
+ .em-card-footer {
245
+ > div {
246
+ display: flex;
247
+ }
248
+
249
+ .em-button{
250
+ &:not(:first-child){
251
+ background-color: transparent;
252
+ color: $green-dark;
253
+ box-shadow: inset 0 0 0 1px $green;
254
+
255
+ svg{
256
+ margin-right: 10px;
257
+
258
+ path, rect, circle {
259
+ transition: $transition;
260
+ fill: $green;;
261
+ }
262
+ }
263
+
264
+ span{
265
+ color: $gray-light4;
266
+ }
267
+
268
+ &:hover{
269
+ background-color: $blue-light1;
270
+ box-shadow: none;
271
+
272
+ span{
273
+ color: $gray;
274
+ }
275
+ }
276
+ }
277
+ }
278
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "empower-container",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "private": false,
5
5
  "homepage": "https://bitbucket.org/empowerteams/empower-container",
6
6
  "main": "./dist/cjs/ndex.js",