mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
89 lines
1.5 KiB
SCSS
89 lines
1.5 KiB
SCSS
|
|
ion-content{
|
|
--background: transparent;
|
|
--border-radius: 30px;
|
|
}
|
|
ion-footer{
|
|
background: #fff;
|
|
}
|
|
ion-toolbar{
|
|
border-width: 0 !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;
|
|
}
|
|
.content-top{
|
|
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%;
|
|
padding: 25px 0px 0 0px;
|
|
overflow: auto;
|
|
}
|
|
.title-content{
|
|
margin: 0px auto;
|
|
overflow: auto;
|
|
padding: 0 !important;
|
|
}
|
|
.back-icon{
|
|
width: auto;
|
|
float: left;
|
|
font-size: 35px;
|
|
overflow: auto;
|
|
}
|
|
.div-title{
|
|
/* padding: 0!important; */
|
|
float: left;
|
|
margin: 2.5px 0 0 5px;
|
|
}
|
|
.title{
|
|
font-size: 25px;
|
|
}
|
|
.post-img{
|
|
width: 100%;
|
|
height: 400px;
|
|
margin: 0 auto;
|
|
border-radius: 0px!important;
|
|
overflow: hidden;
|
|
}
|
|
.post-img img{
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
.post-description{
|
|
margin: 0 auto;
|
|
margin-bottom: 35px;
|
|
} |