You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
153 lines
2.5 KiB
SCSS
153 lines
2.5 KiB
SCSS
|
|
|
|
.list-ios {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
margin-top: 32px;
|
|
margin-bottom: 32px;
|
|
background: var(--ion-item-background,var(--ion-background-color,#fff));
|
|
}
|
|
|
|
.colorBG{
|
|
--background: #f0efef;
|
|
}
|
|
.header-div{
|
|
text-transform: capitalize;
|
|
background: #22C6B3;
|
|
display: block;
|
|
position: relative;
|
|
height: 160px;
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
|
|
.profileImg{
|
|
width: 160px;
|
|
height: 160px;
|
|
display: -webkit-inline-box;
|
|
display: inline-flex;
|
|
overflow: hidden;
|
|
/* background: transparent; */
|
|
border-radius: 78% !important;
|
|
position: relative;
|
|
top: 34px;
|
|
// background: white;
|
|
background: transparent;
|
|
margin-left: -3px;
|
|
|
|
}
|
|
|
|
.proTitles {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
font-weight: bolder;
|
|
color: white;
|
|
margin-top: -33px;
|
|
}
|
|
|
|
.Text {
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
font-weight: bolder;
|
|
color: black;
|
|
font-size: 16px;
|
|
margin-top: 34px;
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
|
|
ion-thumbnail.menu-thumb{
|
|
width:20px;
|
|
height:20px;
|
|
// margin-top: 5px !important;
|
|
}
|
|
|
|
.profile{
|
|
color: black !important;
|
|
// font-weight: bolder !important;
|
|
|
|
}
|
|
|
|
.gridService{
|
|
|
|
// background-color: #094875;
|
|
margin-top: 87px;
|
|
border-radius: 10px;
|
|
margin-bottom: -49px;
|
|
margin-left: 14px;
|
|
margin-right: 14px;
|
|
|
|
}
|
|
.columns{
|
|
margin: 10px;
|
|
background: #094875;
|
|
border-radius: 27px;
|
|
padding-left: 30px;
|
|
padding-right: 6px;
|
|
padding-top: 19px;
|
|
padding-bottom: 26px;
|
|
}
|
|
|
|
|
|
.service{
|
|
font-size: 28px;
|
|
// font-weight: bolder;
|
|
color: white;
|
|
letter-spacing: 1px;
|
|
font-weight: bold;
|
|
}
|
|
.services{
|
|
|
|
font-size: 12px;
|
|
color: white;
|
|
}
|
|
|
|
.list{
|
|
margin-left: 14px;
|
|
margin-right: 14px;
|
|
border-radius: 10px;
|
|
background: white;
|
|
border: solid #bebbbb !important;
|
|
padding: 2px;
|
|
}
|
|
.p{
|
|
color: black !important;
|
|
font-size: medium;
|
|
text-align: center;
|
|
border-bottom: rgb(190, 187, 187) solid 1px;
|
|
}
|
|
.itemline{
|
|
border-bottom: rgb(190, 187, 187) solid 1px;
|
|
}
|
|
.itemlins{
|
|
border-bottom: rgb(190, 187, 187) solid 1px;
|
|
margin-bottom: 209px;
|
|
|
|
|
|
}
|
|
.empName {
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
font-weight: bolder;
|
|
color: black;
|
|
font-size: 16px;
|
|
margin-top: 38px;
|
|
|
|
}
|
|
.empJob{
|
|
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
color: black;
|
|
font-size: 16px;
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|