lemo-crm/web/public/assets/css/app-preview.css
Shaun Chyxion 528e09dbdd init
2017-06-04 22:56:26 +08:00

25 lines
658 B
CSS

.footer-tab-item {
width: 28px;
height: 24px;
background-size: contain;
background-repeat: no-repeat;
}
.middle-content {
background-size: contain;
background-repeat: no-repeat;
}
.middle-content-contacts {
background-image: url('../images/app-preview/contacts.png');
}
.middle-content-message {
background-image: url('../images/app-preview/message.png');
}
.middle-content-workbench {
background-image: url('../images/app-preview/workbench.png');
}
.middle-content-alert {
background-image: url('../images/app-preview/alert.png');
}
.middle-content-me {
background-image: url('../images/app-preview/me.png');
}