Files
doneit-web/src/app/pages/publications/view-publications/view-publications.page.scss
T

143 lines
2.5 KiB
SCSS
Raw Normal View History

:host{
background: #0782c9;
}
ion-content{
--background: transparent;
transform: translate3d(0, 5px, 0);
--border-radius: 30px;
}
ion-toolbar{
--background:#0782c9;
border-width: 0 !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;
}
.content-top{
width: 344px;
background: #f3f2f2;
height: 20px;
margin: 0 auto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.content-container{
width: 100%;
margin:0 auto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
background: #ffffff;
height: 100%;
box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.6);
padding: 25px 20px 0 20px;
overflow: auto;
}
.title-content{
width: 360px;
margin: 0px auto;
overflow: auto;
padding: 0 !important;
}
.back-icon{
width: 37px;
float: left;
font-size: 35px;
overflow: auto;
}
.div-title{
width: 221px;
/* padding: 0!important; */
float: left;
margin: 2.5px 0 0 5px;
}
.title{
font-size: 25px;
}
.actions-icon{
width: 92px;
float: right;
overflow: auto;
}
.actions-icon ion-icon{
margin-left: 10px;
font-size: 35px;
}
.item-content-date{
color: #797979;
font-size: 13px;
}
.item-content-detail{
color: #000000;
font-size: 13px;
}
.post-item{
width: 360px;
overflow: auto;
margin: 0 auto;
border-radius: 0px;
}
.post-img{
width: 360px;
height: 200px;
margin: 0 auto;
border-radius: 0px!important;
overflow: hidden;
}
.post-img img{
width: 100%;
height: 100%;
object-fit: cover;
}
.post-content{
width: 360px;
margin: 0 auto;
}
.post-title-time{
width: 100%;
overflow: auto;
margin-top: 5px;
}
.post-title{
width: 80%;
float: left;
font-size: 15px;
color: #0d89d1;
}
.post-data{
width: 20%;
float: left;
font-size: 13px;
color: #797979;
}
.post-description{
font-size: 13px;
color: #000;
}