empower-container 0.1.31 → 0.1.33

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
+ }