Mini Kabibi Habibi
html,
body,
#viewPort {
height: 100%;
min-width: 960px;
}
body {
margin: 0;
padding: 0;
}
.dx-theme-desktop-typography,
.dx-theme-desktop .dx-widget {
font-family: Helvetica Neue, Helvetica, sans-serif;
color: #404142;
}
.dx-theme-desktop-typography h5 {
font-weight: bold;
margin: 0 0 5px;
}
/* button */
.dx-theme-desktop .dx-button {
background-color: #435581;
background-image: -webkit-linear-gradient(#4b5e8e, #3b4b73);
background-image: linear-gradient(#4b5e8e, #3b4b73);
border: none;
box-shadow: none;
border-radius: 5px;
padding: 10px;
min-width: 200px;
}
.dx-theme-desktop .dx-button img {
width: 25px;
height: 25px;
}
.dx-theme-desktop .dx-button img + .dx-button-text {
margin-left: 10px;
}
.dx-theme-desktop .dx-button .dx-button-text {
color: #fff;
text-shadow: none;
font-size: 16px;
font-weight: normal;
}
/* list */
.dx-theme-desktop .dx-list .dx-list-item {
padding: 5px 0;
border: none;
}
.dx-theme-desktop .dx-tabs.dx-navbar {
box-shadow: none;
-webkit-box-shadow: none;
}
.index .preloader,
.product-category .preloader {
background: url(images/preloader.gif) no-repeat 0 0;
width: 80px;
height: 80px;
margin: 40px auto 0;
}