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

150 lines
2.9 KiB
SCSS
Raw Normal View History

2021-04-14 13:56:38 +01:00
ion-content{
--background:transparent;
}
.header-toolbar{
--background:transparent;
--opacity: 1;
}
.div-top-header{
2021-04-16 11:25:10 +01:00
//width: 400px;
2021-04-14 13:56:38 +01:00
margin: 0 auto;
background-color: #0782c9;
overflow: auto;
padding-top: 15px;
border: 0!important;
.div-search{
2023-07-07 12:03:03 +01:00
font-size: rem(45);
2021-04-14 13:56:38 +01:00
float: left;
margin: 0 0 0 10px
}
.div-logo{
background: transparent;
width: 140px;
margin: 5px 0 0px 71px;
float: left;
}
.div-logo img{
width: 100%;
}
.div-profile{
2023-07-07 12:03:03 +01:00
font-size: rem(45);
2021-04-14 13:56:38 +01:00
float: right;
margin-right: 10px;
}
}
.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);
.title-content{
2021-04-16 11:25:10 +01:00
//width: 360px;
2021-04-14 13:56:38 +01:00
margin: 0px auto;
overflow: auto;
padding: 0 !important;
background: #fff;
.left{
width: 37px;
float: left;
2023-07-07 12:03:03 +01:00
font-size: rem(35);
2021-04-14 13:56:38 +01:00
overflow: auto;
}
.middle{
padding: 0!important;
float: left;
width: 221px;
margin: 2.5px 0 0 5px;
}
.right{
padding: 0!important;
float: right;
2023-07-07 12:03:03 +01:00
font-size: rem(15);
2021-04-14 13:56:38 +01:00
color: #0782c9;
margin: 8px 0 0 5px;
}
}
.title{
2023-07-07 12:03:03 +01:00
font-size: rem(25);
2021-04-14 13:56:38 +01:00
}
.div-icon{
2023-07-07 12:03:03 +01:00
width: rem(40);
2021-04-14 13:56:38 +01:00
float: right;
2023-07-07 12:03:03 +01:00
font-size: rem(35);
2021-04-14 13:56:38 +01:00
overflow: auto;
padding: 1px;
}
.div-icon ion-icon{
float: right;
padding-left: 20px;
}
}
.main-content{
font-family: Roboto;
margin: 0 auto;
background-color: #fff;
overflow:auto;
padding: 15px 20px 0 20px;
.item-container{
2021-04-16 11:25:10 +01:00
//width: 360px;
2021-04-14 13:56:38 +01:00
margin: 15px auto;
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 10px;
}
.item-container-no-border{
display: flex;
2021-04-16 11:25:10 +01:00
//width: 360px;
2021-04-14 13:56:38 +01:00
margin: 25px auto;
border-radius: 5px;
align-items: center;
}
.item-container-no-border ion-label{
padding-left: 10px;
2023-07-07 12:03:03 +01:00
font-size: rem(12);
2021-04-14 13:56:38 +01:00
color: #000;
}
}
.container-div{
margin-bottom: 15px;
overflow: auto;
.ion-item-class-2{
2021-04-16 11:25:10 +01:00
//width: 360px;
2021-04-14 13:56:38 +01:00
margin: 0px auto;
.ion-icon-class{
2023-07-07 12:03:03 +01:00
width: rem(45);
height: rem(45);
2021-04-14 13:56:38 +01:00
float: left;
padding: 10px;
2023-07-07 12:03:03 +01:00
font-size: rem(25);
2021-04-14 13:56:38 +01:00
}
}
.ion-input-class{
2021-04-16 11:25:10 +01:00
width: calc(100% - 45px);
2023-07-07 12:03:03 +01:00
height: rem(45);
2021-04-14 13:56:38 +01:00
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 5px;
padding-right: 10px;
float: left;
}
}