This commit is contained in:
Peter Maquiran
2023-07-15 11:39:30 +01:00
1436 changed files with 2958 additions and 3769 deletions
@@ -1,3 +1,5 @@
@import '~src/function.scss';
:host{
background: #fff;
}
@@ -21,7 +23,7 @@
border: 0!important;
}
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -35,7 +37,7 @@
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -67,14 +69,14 @@
margin: 2.5px 0 0 5px;
}
.title{
font-size: 25px;
font-size: rem(25);
}
.container-div{
margin-bottom: 15px;
margin-bottom: rem(15);
overflow: auto;
}
.ion-item-container{
margin: 15px auto;
margin: rem(15) auto;
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 10px;
@@ -89,11 +91,11 @@
margin: 0px auto;
}
.ion-icon-class{
width: 45px;
height: 45px;
width: rem(45);
height: rem(45);
float: left;
padding: 10px;
font-size: 25px;
font-size: rem(25);
}
.ion-input-class{
height: auto;
@@ -1,3 +1,5 @@
@import '~src/function.scss';
:host{
background: #fff;
}
@@ -21,7 +23,7 @@ ion-toolbar{
border: 0!important;
}
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -35,7 +37,7 @@ ion-toolbar{
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -62,20 +64,19 @@ ion-toolbar{
padding: 0 !important;
}
.div-title{
width: 300px;
/* padding: 0!important; */
float: left;
margin: 2.5px 0 0 5px;
}
.title{
font-size: 25px;
font-size: rem(25);
}
.container-div{
margin-bottom: 15px;
margin-bottom: rem(15);
overflow: auto;
}
.ion-item-container{
margin: 15px auto;
margin: rem(15) auto;
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 10px;
@@ -91,11 +92,11 @@ font-size: 25px;
overflow: hidden;
}
.ion-icon-class{
width: 45px;
height: 45px;
width: rem(45);
height: rem(45);
float: left;
padding: 10px;
font-size: 25px;
font-size: rem(25);
}
.ion-input-class{
height: auto;
@@ -1,7 +1,7 @@
<ion-header class="ion-no-border background-white px-20 pt-25">
<div class="title-content d-flex">
<!-- <div class="back-icon">
<ion-icon class="font-35" (click)="goBack()" slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
<ion-icon class="font-35-rem" (click)="goBack()" slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
</div> -->
<div class="div-title">
<ion-label class="title">{{ publicationTitle }}</ion-label> <br>
@@ -1,4 +1,4 @@
@import '~src/function.scss';
ion-content{
--background: transparent;
transform: translate3d(0, 5px, 0);
@@ -20,7 +20,7 @@ ion-toolbar{
border: 0!important;
}
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -34,7 +34,7 @@ ion-toolbar{
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -62,21 +62,20 @@ ion-toolbar{
padding: 0 !important;
}
.div-title{
width: 300px;
/* padding: 0!important; */
float: left;
margin: 2.5px 0 0 5px;
}
.title{
font-size: 25px;
font-size: rem(25);
}
.container-div{
margin-bottom: 15px;
margin-bottom: rem(15);
overflow: auto;
border-bottom: 1px solid #ebebeb;
}
.ion-item-container{
margin: 15px auto;
margin: rem(15) auto;
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 10px;
@@ -91,11 +90,11 @@ font-size: 25px;
margin: 0px auto;
}
.ion-icon-class{
width: 45px;
height: 45px;
width: rem(45);
height: rem(45);
float: left;
padding: 10px;
font-size: 25px;
font-size: rem(25);
}
.ion-textarea-class{
height: auto;
@@ -112,7 +111,7 @@ font-size: 25px;
}
.attach-document{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
margin: 5px 5px 20px 10px;
padding: 5px;
@@ -120,12 +119,12 @@ font-size: 25px;
}
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attached-title{
font-family: Roboto;
font-size: 15px;
font-size: rem(15);
font-weight: bold;
font-stretch: normal;
font-style: normal;
@@ -140,17 +139,17 @@ font-size: 25px;
width: 60px;
}
.picture-file-name{
font-size: 15px;
font-size: rem(15);
color: #0d89d1;
}
.size{
color: #cecece;
font-size: 13px;
font-size: rem(13);
}
}
.container-title{
font-size: 15px;
font-size: rem(15);
font-weight: bold;
}
.hide-desktop{
@@ -1,3 +1,4 @@
@import '~src/function.scss';
ion-content{
--background: transparent;
@@ -19,7 +20,7 @@
border: 1px solid blue;
} */
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -33,7 +34,7 @@
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -66,17 +67,16 @@
.back-icon{
width: auto;
float: left;
font-size: 35px;
font-size: rem(35);
overflow: auto;
}
.div-title{
width: 270px;
/* padding: 0!important; */
float: left;
margin: 2.5px 0 0 5px;
}
.title{
font-size: 25px;
font-size: rem(25);
}
.post-img{
width: 100%;
@@ -1,3 +1,4 @@
@import '~src/function.scss';
:host{
@@ -33,7 +34,7 @@
border: 0!important;
}
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -47,7 +48,7 @@
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -84,7 +85,7 @@
.back-icon{
float: left;
font-size: 35px;
font-size: rem(35);
}
.div-title{
@@ -98,7 +99,7 @@
}
.title{
width: fit-content;
font-size: 25px;
font-size: rem(25);
float: left;
}
@@ -112,19 +113,19 @@
}
.actions-icon ion-icon{
margin-left: 5px;
font-size: 35px;
font-size: rem(35);
padding: 0 !important;
}
/* .title-icon{
font-size: 40px !important;
font-size: rem(40) !important;
} */
.item-content-date{
color: #797979;
font-size: 13px;
font-size: rem(13);
}
.item-content-detail{
color: #000000;
font-size: 13px;
font-size: rem(14);
}
.post-item{
width: 100%;
@@ -154,18 +155,18 @@
.post-title{
width: 60%;
float: left;
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
}
.post-data{
width: 40%;
float: left;
font-size: 13px;
font-size: rem(13);
color: #797979;
text-align: right;
}
.post-description{
font-size: 13px;
font-size: rem(13);
color: #000;
}
ion-fab{