File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/app/app.component.scss
* {
caret-color: #488aff;
}
// .splash {
// position: absolute;
// width: 100%;
// height: 100%;
// z-index: 999;
// }
// .splashDay {
// background: url("https://s3.us-east-1.amazonaws.com/fanaticadas/sportscrowd/alq/app_customization/splash/day.png")
// center center fixed;
// background-repeat: no-repeat;
// background-size: cover;
// }
// .splashAfternoon {
// background: url("https://s3.us-east-1.amazonaws.com/fanaticadas/sportscrowd/alq/app_customization/splash/afternoon.png")
// center center fixed;
// background-repeat: no-repeat;
// background-size: cover;
// }
// .splashNight {
// background: url("https://s3.us-east-1.amazonaws.com/fanaticadas/sportscrowd/alq/app_customization/splash/night.png")
// center center fixed;
// background-repeat: no-repeat;
// background-size: cover;
// }
.toolbar-background-md {
border-color: none !important;
background: none !important;
}
// Quita el color del focus a los inputs
.item-md.item-input.item-input-has-focus .item-inner,
.item-md.item-input.input-has-focus .item-inner {
border-bottom-color: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
// quita el color input valid
.item-md.item-input.ng-valid.item-input-has-value:not(.input-has-focus):not(.item-input-has-focus) .item-inner,
.item-md.item-input.ng-valid.input-has-value:not(.input-has-focus):not(.item-input-has-focus) .item-inner {
border-bottom-color: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
// estilos gif loading canasta de compras
.containerGifCart {
padding: 0 !important;
margin: 0 !important;
width: 80px !important;
}
.loading-ios .loading-wrapper {
padding: 0 !important;
border-radius: 10px !important;
}
.loading-md .loading-wrapper {
padding: 0 !important;
border-radius: 10px !important;
}
.imageGifCart {
border-radius: 10px !important;
}
// edit action sheet
.action-sheet-md {
text-align: center;
}
.action-sheet-md .action-sheet-wrapper {
margin: constant(safe-area-inset-top) auto constant(safe-area-inset-bottom);
margin: env(safe-area-inset-top) auto env(safe-area-inset-bottom);
}
.action-sheet-md .action-sheet-container {
padding: 0 10px;
}
.action-sheet-md .action-sheet-group {
border-radius: 13px;
margin-bottom: 8px;
background: #f9f9f9;
}
.action-sheet-md .action-sheet-group:first-child {
margin-top: 10px;
}
.action-sheet-md .action-sheet-group:last-child {
margin-bottom: 10px;
}
.action-sheet-md .action-sheet-title {
padding: 1.5rem;
text-align: center;
border-radius: 0;
border-bottom: 0.55px solid #d6d6da;
font-size: 1.3rem;
font-weight: 400;
color: #8f8f8f;
}
.action-sheet-md .action-sheet-button {
margin: 0;
padding: 18px;
min-height: 5.6rem;
border-bottom: 0.55px solid #d6d6da;
font-size: 2rem;
color: #007aff;
background: transparent;
}
.action-sheet-md .action-sheet-button:last-child {
border-bottom-color: transparent;
}
.action-sheet-md .action-sheet-button.activated {
margin-top: -0.55px;
border-top: 0.55px solid #ebebeb;
border-bottom-color: #ebebeb;
background: #ebebeb;
}
.action-sheet-md .action-sheet-selected {
font-weight: bold;
background: #fff;
}
.action-sheet-md .action-sheet-destructive {
color: #f53d3d;
}
.action-sheet-md .action-sheet-cancel {
font-weight: 600;
color: red;
background: #fff;
}
.action-sheet-md .action-sheet-group .button-inner {
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%;
}
// end edit action sheet
// se elimina borde plugin refresh
.has-refresher .scroll-content {
border-top: 0 !important;
}
.not-margin {
margin: 0 !important;
}