Files
WrenchBoardIonic2023/src/app/pages/slider/slider.page.scss
T
CHIEFSOFT\ameye d2f382a106 fam,ily text
2024-11-09 12:10:32 -05:00

155 lines
3.0 KiB
SCSS

.box_container{
width: 100%;
height: 100%;
position: relative;
margin: 0;
}
.box{
width: 100%;
height: 100%;
position: relative;
//top: 0;
//left: 0;
opacity: 0.8; /* for demo purpose */
}
.stack-top{
z-index: 9;
width: 100%;
height: 250px;
padding: 20px;
// border-radius: 20px;
position: absolute;
bottom: 0;
//margin: 10px; /* for demo purpose */
.action_box{
//z-index: 7;
background-color: white;
height: 160px;
max-width: 400px;
padding: 20px;
margin: 10px auto 10px auto;
border-radius: 20px;
.action_txt{
font-size: 16px;
font-weight: bolder;
color: #0e4977;
margin: 10px auto 10px auto;
}
}
.slide_image{
///height: 100%;
//width: auto;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
.b1{
background-image: url("../../../assets/images/start_slider_2.jpg");
}
}
.slide_div {
//width: 100%;
////height: 80vh;
////height: 100%;
//display: flex;
//flex-direction: column;
//justify-content: end;
//align-items: center;
//padding-bottom: 90px !important;
////padding: 0 20px 0 20px;
//overflow: hidden;
//position: relative;
//.slide_img {
// position: absolute;
// top: 0px;
// height: 50vh;
// width: 90%;
// background-position: center center !important;
// background-size: cover !important;
// background-repeat: no-repeat !important;
// display: flex;
// justify-content: center;
// border-radius: 10px 10px 10px 10px;
// box-shadow: inset 0 0 15px 25px white;
//}
.head_lbl {
font-size: 26px;
display: block;
font-family: "bold";
padding-bottom: 16px;
}
.text {
//font-size: 14px;
display: block;
// color: var(--ion-color-medium);
}
}
.sl1{
color: #5086ba;
font-weight: bolder;
font-size: 16px;
}
}
.main-content {
width: 100%;
height: 100%;
.slide_div {
width: 100%;
height:30vh;
display: flex;
flex-direction: column;
justify-content: end;
align-items: center;
//padding-bottom: 90px !important;
padding: 20px;
overflow: hidden;
position: relative;
//.slide_img {
// position: absolute;
// top: 0px;
// height: 50vh;
// width: 90%;
// background-position: center center !important;
// background-size: cover !important;
// background-repeat: no-repeat !important;
// display: flex;
// justify-content: center;
// border-radius: 10px 10px 10px 10px;
// box-shadow: inset 0 0 15px 25px white;
//}
.head_lbl {
font-size: 26px;
display: block;
font-family: "bold";
padding-bottom: 16px;
}
.text {
//font-size: 14px;
display: block;
// color: var(--ion-color-medium);
}
}
.sl1{
color: #5086ba;
font-weight: bolder;
font-size: 16px;
}
.footer {
padding: 0px 20px;
ion-button {
margin: 20px;
color: white;
}
}
}