Files
doneit-web/src/app/shared/chat/new-group/contacts/contacts.page.scss
T

128 lines
2.4 KiB
SCSS
Raw Normal View History

2023-07-12 15:49:34 +01:00
@import '~src/function.scss';
2021-03-04 18:50:26 +01:00
.header-toolbar{
--background:transparent;
--opacity: 1;
.main-header{
width: 100%; /* 400px */
height: 100%;
font-family: Roboto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
background-color: #fff;
overflow:hidden;
padding: 30px 20px 0px 20px;
color:#000;
transform: translate3d(0, 1px, 0);
.div-icon{
2023-07-07 12:03:03 +01:00
width: rem(40);
2021-03-04 18:50:26 +01:00
float: right;
2023-07-07 12:03:03 +01:00
font-size: rem(35);
2021-03-04 18:50:26 +01:00
overflow: auto;
padding: 1px;
}
.div-icon ion-icon{
float: right;
padding-left: 20px;
}
.title-content{
margin: 0px auto;
overflow: auto;
padding: 0 !important;
}
.back-icon{
width: 37px;
float: left;
2023-07-07 12:03:03 +01:00
font-size: rem(35);
2021-03-04 18:50:26 +01:00
overflow: auto;
}
.div-title{
width: 221px;
padding: 0!important;
float: left;
margin: 2.5px 0 0 5px;
}
.title{
2023-07-07 12:03:03 +01:00
font-size: rem(25);
2021-03-04 18:50:26 +01:00
}
}
}
.toolbar-search{
--padding-top:0 !important;
--padding-bottom:0 !important;
--padding-start:0 !important;
--padding-end:0 !important;
.search{
border: 1px solid #ebebeb;
margin: 5px 20px 5px 20px;
border-radius: 5px;
}
.search ion-searchbar{
/* border: 1px solid green; */
width: 100%;
margin: 0 !important;
padding: 0 !important;
--border-radius: 5px;
--box-shadow: none;
overflow: auto;
--icon-color:#0d89d1;
}
}
ion-content{
--background:transparent;
}
.main-content{
width: 100%;
height: 100%;
font-family: Roboto;
margin: 0 auto;
background-color: #fff;
overflow:auto;
padding: 0 0 0 0;
.item-divider{
background: #ebebeb;
2023-07-07 12:03:03 +01:00
font-size: rem(15);
2021-03-04 18:50:26 +01:00
margin: 10px 0 10px 0;
padding:5px 0 5px 20px;
}
.item-checkbox{
display: flex;
margin: 10px 20px 10px 20px !important;
overflow: auto;
align-items: center;
}
.item-checkbox ion-checkbox{
--border-color: #0d89d1;
--background-checked:#0d89d1;
float: left;
}
.item-checkbox p{
display: block;
margin: 0 !important;
width: 330px;
padding-left: 10px;
2023-07-07 12:03:03 +01:00
font-size: rem(15);
2021-03-04 18:50:26 +01:00
color: #0d89d1;
float: left;
}
.item-checkbox ion-icon{
2023-07-07 12:03:03 +01:00
font-size: rem(10);
2021-03-04 18:50:26 +01:00
float: left;
color:#99e47b;
margin-left: 10px;
}
}