mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
184 lines
3.5 KiB
SCSS
184 lines
3.5 KiB
SCSS
@import '~src/function.scss';
|
|
|
|
.header-toolbar{
|
|
--background:transparent;
|
|
--opacity: 1;
|
|
|
|
.main-header{
|
|
height: 100%;
|
|
font-family: Roboto;
|
|
background-color: #fff;
|
|
overflow:hidden;
|
|
padding: 30px 20px 0px 20px;
|
|
color:#000;
|
|
transform: translate3d(0, 1px, 0);
|
|
|
|
.div-icon{
|
|
width: rem(40);
|
|
float: right;
|
|
font-size: rem(35);
|
|
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;
|
|
font-size: rem(35);
|
|
overflow: auto;
|
|
|
|
}
|
|
.div-title{
|
|
width: 221px;
|
|
padding: 0!important;
|
|
float: left;
|
|
margin: 2.5px 0 0 5px;
|
|
}
|
|
.adicionar{
|
|
padding: 0!important;
|
|
float: right;
|
|
font-size: rem(15);
|
|
color: var(--font-awesome);
|
|
margin: 8px 5px 0 5px;
|
|
}
|
|
.title{
|
|
font-size: rem(25);
|
|
}
|
|
}
|
|
}
|
|
.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{
|
|
width: 100%;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
--border-radius: 5px;
|
|
--box-shadow: none;
|
|
overflow: hidden;
|
|
--icon-color:var(--font-awesome);
|
|
}
|
|
}
|
|
|
|
ion-content{
|
|
--background:transparent;
|
|
}
|
|
|
|
.main-content{
|
|
//width: 100%;
|
|
height: 100%;
|
|
font-family: Roboto;
|
|
margin: 0 auto;
|
|
background-color: #fff;
|
|
padding: 0 0 0 0;
|
|
overflow:auto;
|
|
|
|
.members{
|
|
padding: 15px 20px 0 20px !important;
|
|
|
|
.members-list{
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
|
|
.members-label{
|
|
//margin: 10px 20px 10px 20px !important;
|
|
/* font-size: rem(15); */
|
|
font-weight: bold;
|
|
}
|
|
|
|
.members-checkbox{
|
|
display: flex;
|
|
//margin: 0px 20px 0px 20px !important;
|
|
overflow: auto;
|
|
align-items: center;
|
|
|
|
.detele-item-icon{
|
|
display: none;
|
|
width: rem(30);
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.detele-item-icon ion-icon{
|
|
font-size: rem(20) !important;
|
|
}
|
|
}
|
|
|
|
.members-checkbox:hover{
|
|
.detele-item-icon{
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
}
|
|
|
|
.item-divider{
|
|
background: #ebebeb;
|
|
font-size: rem(15);
|
|
margin: 10px 0 10px 0;
|
|
padding:5px 0 5px 20px;
|
|
|
|
}
|
|
|
|
.item-checkbox{
|
|
display: flex;
|
|
margin: 10px 20px 10px 20px !important;
|
|
overflow: auto;
|
|
}
|
|
|
|
.item-checkbox ion-checkbox, .members-checkbox ion-checkbox{
|
|
--border-color: var(--title-text-color);
|
|
--background-checked:var(--title-text-color);
|
|
float: left;
|
|
}
|
|
|
|
.item-checkbox ion-label, .members-checkbox p{
|
|
padding-left: 10px;
|
|
font-size: rem(15);
|
|
color: var(--title-text-color);
|
|
float: left;
|
|
flex-grow: 1;
|
|
}
|
|
.icon, .members-checkbox ion-icon{
|
|
font-size: rem(10);
|
|
}
|
|
.online{
|
|
color:#99e47b !important;
|
|
}
|
|
.offline{
|
|
color:#cbced1 !important;
|
|
}
|
|
.away{
|
|
color:#ffd21f !important;
|
|
}
|
|
.invisible{
|
|
color:#cbced1 !important;
|
|
}
|
|
.busy{
|
|
color:#f5455c !important;
|
|
}
|
|
}
|
|
|
|
.inactive {
|
|
opacity: 0.7;
|
|
button {
|
|
display: none !important;
|
|
}
|
|
} |