mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
191 lines
3.2 KiB
SCSS
191 lines
3.2 KiB
SCSS
|
|
:host{
|
|
|
|
::-webkit-scrollbar {
|
|
width: 7px;
|
|
height: 7px;
|
|
}
|
|
|
|
background: transparent;
|
|
padding: 0!important;
|
|
}
|
|
ion-content{
|
|
--background: transparent;
|
|
transform: translate3d(0, 5px, 0);
|
|
--border-radius: 30px;
|
|
}
|
|
ion-toolbar{
|
|
--border-width: 0 !important;
|
|
--border-style: none;
|
|
--padding-top: 0px !important;
|
|
--padding-start: 0px !important;
|
|
--padding-right: 0px !important;
|
|
--padding-end: 0px !important;
|
|
|
|
}
|
|
|
|
.div-top-header{
|
|
width: 400px;
|
|
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;
|
|
}
|
|
.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: 25px 20px 0px 20px;
|
|
color:#000;
|
|
}
|
|
.main-container{
|
|
width: 100%;
|
|
height: 100% !important;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.content-top{
|
|
background: #f3f2f2;
|
|
height: 20px;
|
|
margin: 0 auto;
|
|
border-top-left-radius: 25px;
|
|
border-top-right-radius: 25px;
|
|
transform: translate3d(0, 1px, 0);
|
|
}
|
|
.title-content{
|
|
margin: 0px auto;
|
|
overflow: auto;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.back-icon{
|
|
float: left;
|
|
font-size: 35px;
|
|
|
|
}
|
|
.div-title{
|
|
/* padding: 0!important; */
|
|
float: left;
|
|
margin: 2.5px 0 0 0;
|
|
overflow: auto;
|
|
}
|
|
.div-body{
|
|
overflow: auto;
|
|
}
|
|
.title{
|
|
width: fit-content;
|
|
font-size: 25px;
|
|
float: left;
|
|
}
|
|
|
|
.actions-icon{
|
|
display: flex;
|
|
width: fit-content;
|
|
align-items: top;
|
|
justify-content: flex-end;
|
|
padding: 0 !important;
|
|
float: right;
|
|
}
|
|
.actions-icon ion-icon{
|
|
margin-left: 5px;
|
|
font-size: 35px;
|
|
padding: 0 !important;
|
|
}
|
|
/* .title-icon{
|
|
font-size: 40px !important;
|
|
} */
|
|
.item-content-date{
|
|
color: #797979;
|
|
font-size: 13px;
|
|
}
|
|
.item-content-detail{
|
|
color: #000000;
|
|
font-size: 13px;
|
|
}
|
|
.post-item{
|
|
width: 100%;
|
|
|
|
border-radius: 0px;
|
|
padding: 0!important;
|
|
}
|
|
.post-img{
|
|
width: 100%;
|
|
height: 56.25vh !important;
|
|
border-radius: 0px!important;
|
|
overflow: hidden;
|
|
}
|
|
.post-img img{
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
.post-content{
|
|
margin: 0 auto;
|
|
margin-bottom: 35px;
|
|
}
|
|
.post-title-time{
|
|
width: 100%;
|
|
overflow: auto;
|
|
}
|
|
.post-title{
|
|
width: 60%;
|
|
float: left;
|
|
font-size: 15px;
|
|
color: var(--title-text-color);
|
|
}
|
|
.post-data{
|
|
width: 40%;
|
|
float: left;
|
|
font-size: 13px;
|
|
color: #797979;
|
|
text-align: right;
|
|
}
|
|
.post-description{
|
|
font-size: 13px;
|
|
color: #000;
|
|
}
|
|
ion-fab{
|
|
overflow: auto !important;
|
|
padding-right: 25px;
|
|
padding-bottom: 15px;
|
|
background: transparent !important;
|
|
}
|
|
ion-fab-button{
|
|
--background: #FFB81C;
|
|
--box-shadow: none;
|
|
opacity: 0.7;
|
|
}
|
|
ion-fab-button:hover{
|
|
--background: #FFB81C;
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|