File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/app/pages/search/search.scss
.imageSearchProduct {
display: block !important;
margin: 50% auto 0px !important;
width: 50%;
}
ion-spinner {
width: 25%;
height: 25%;
stroke: #444;
fill: #222;
top: -35%;
}
.spanSpinner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100%;
}
.item-md.item-block .item-inner {
padding-right: 0px !important;
}
.textNoResults {
margin-top: 50%;
font-size: 15px;
font-style: oblique;
}
.imageNoResults {
max-width: 40px;
}
ion-toolbar.sc-ion-searchbar-ios-h,
ion-toolbar .sc-ion-searchbar-ios-h {
padding-top: 2px !important;
}