Offline Device
@@ -88,30 +88,30 @@ export default {
.card-panel-icon-wrapper {
color: #fff;
}
- .icon-people {
- background: #40c9c6;
- }
- .icon-message {
+ .icon-plus {
background: #36a3f7;
}
- .icon-money {
- background: #f4516c;
+ .icon-rise {
+ background: #40c9c6;
}
- .icon-shoppingCard {
- background: #34bfa3
+ .icon-online {
+ background: #5be496;
+ }
+ .icon-offline {
+ background: #f4516c
}
}
- .icon-people {
- color: #40c9c6;
- }
- .icon-message {
+ .icon-plus {
color: #36a3f7;
}
- .icon-money {
- color: #f4516c;
+ .icon-rise {
+ color: #40c9c6;
}
- .icon-shoppingCard {
- color: #34bfa3
+ .icon-online {
+ color: #5be496;
+ }
+ .icon-offline {
+ color: #f4516c
}
.card-panel-icon-wrapper {
float: left;