mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
227 lines
4.0 KiB
SCSS
227 lines
4.0 KiB
SCSS
:host{
|
|
// background: #0782c9;
|
|
}
|
|
ion-content{
|
|
--background: transparent;
|
|
}
|
|
ion-toolbar{
|
|
border-width: 0 !important;
|
|
--padding-top: 0px !important;
|
|
--padding-start: 0px !important;
|
|
--padding-right: 0px !important;
|
|
--padding-end: 0px !important;
|
|
}
|
|
|
|
.div-top-header{
|
|
margin: 0 auto;
|
|
background-color: #0782c9;
|
|
overflow: auto;
|
|
padding-top: 15px;
|
|
border: 0!important;
|
|
|
|
.div-search{
|
|
font-size: 45px;
|
|
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{
|
|
font-size: 45px;
|
|
float: right;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
ion-content{
|
|
// --background:#0782c9;
|
|
--border: none;
|
|
}
|
|
.main-header{
|
|
width: 100%; /* 400px */
|
|
height: 100%;
|
|
font-family: Roboto;
|
|
background-color: #fff;
|
|
overflow:hidden;
|
|
color:#000;
|
|
transform: translate3d(0, 1px, 0);
|
|
|
|
.title-content{
|
|
margin: 0px auto;
|
|
padding: 0 !important;
|
|
background: #fff;
|
|
}
|
|
.div-title{
|
|
padding: 0!important;
|
|
}
|
|
.title{
|
|
font-size: 25px;
|
|
}
|
|
.div-icon{
|
|
display: flex;
|
|
/* width: 45px;
|
|
float: right; */
|
|
font-size: 35px;
|
|
padding: 0 !important;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.div-icon ion-icon{
|
|
float: right;
|
|
padding-left: 10px;
|
|
}
|
|
}
|
|
.main-content{
|
|
font-family: Roboto;
|
|
background-color: #fff;
|
|
overflow:auto;
|
|
|
|
.aside-left{
|
|
border-right: 1px solid #d8d8d8;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
|
|
.main-header{
|
|
padding: 30px 20px 15px 20px !important;
|
|
}
|
|
|
|
.aside{
|
|
padding: 0px 20px 0 20px !important;
|
|
}
|
|
}
|
|
.content{
|
|
//border: 1px solid red;
|
|
}
|
|
}
|
|
.item{
|
|
width: 100% !important;
|
|
padding: 0px !important;
|
|
border-bottom: 1px solid #ebebeb;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
flex-direction: row;
|
|
|
|
.item-icon{
|
|
//margin-top: 28px;
|
|
width: 45px;
|
|
float: left;
|
|
font-size: 40px;
|
|
|
|
.item-icon ion-icon{
|
|
color: #061b52;
|
|
}
|
|
}
|
|
.item-icon2{
|
|
//margin-top: 23px;
|
|
width: 45px;
|
|
float: left;
|
|
font-size: 40px;
|
|
}
|
|
|
|
.item-content{
|
|
width: 100%;
|
|
padding: 15px 0 15px 10px;
|
|
overflow: auto;
|
|
|
|
p{
|
|
white-space: nowrap;
|
|
overflow: hidden !important;
|
|
text-overflow: ellipsis !important;
|
|
}
|
|
|
|
.item-content-date{
|
|
color: #797979;
|
|
font-size: 13px;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
.item-content-title{
|
|
color: #0d89d1;
|
|
font-size: 15px;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
.item-content-detail{
|
|
color: #000000;
|
|
font-size: 13px;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
|
|
.item-options{
|
|
|
|
width: 25px;
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
ion-item-options{
|
|
border: 1px solid #fff;
|
|
overflow: auto;
|
|
}
|
|
|
|
ion-item-option{
|
|
display: flex;
|
|
background: #ffe0e0;
|
|
align-items: center;
|
|
align-content: center;
|
|
}
|
|
|
|
.delete-option{
|
|
display: flex;
|
|
background: #ffe0e0;
|
|
align-items: center;
|
|
align-content: center;
|
|
border: 1px solid #d30a0a67;
|
|
}
|
|
|
|
.edit-option{
|
|
display: flex;
|
|
background: #fff;
|
|
align-items: center;
|
|
align-content: center;
|
|
margin-right: 5px !important;
|
|
border: 1px solid #42b9feb9;
|
|
}
|
|
|
|
.edit{
|
|
padding: 6px;
|
|
font-size: 35px;
|
|
color:#061b52;
|
|
border-radius: 20px;
|
|
margin: 7px;
|
|
}
|
|
.delete{
|
|
padding: 7px;
|
|
font-size: 21px;
|
|
color:#d30a0a;
|
|
border-radius: 20px;
|
|
margin: 12px;
|
|
border: 1px solid #d30a0a;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 801px) {
|
|
.content-right{
|
|
display: flex !important;
|
|
width: 65%;
|
|
}
|
|
.aside-left{
|
|
width: 35%;
|
|
}
|
|
.item-options{
|
|
display: block !important;
|
|
}
|
|
}
|