publication
parent
c6805cbb40
commit
b22ac0b3cb
|
|
@ -1,4 +1,7 @@
|
|||
|
||||
<div class="date">{{page.publishedAt | date : 'dd.MM.yy'}}</div>
|
||||
<div class="name">
|
||||
<h3>{{page.name}}</h3>
|
||||
</div>
|
||||
<div class="intro" *ngIf="!page.isBlank">
|
||||
<gellery [images]="posters" *ngIf="posters"></gellery>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -380,7 +380,7 @@ publications-list{
|
|||
&:last-child{
|
||||
border-bottom: 1px solid var(--second-dis);
|
||||
}
|
||||
|
||||
|
||||
.date{
|
||||
color: var(--second);
|
||||
margin-bottom: 16px;
|
||||
|
|
@ -388,6 +388,7 @@ publications-list{
|
|||
|
||||
|
||||
.excerpt{
|
||||
margin-top: $p;
|
||||
font-family: PT Sans;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
|
|
@ -397,15 +398,43 @@ publications-list{
|
|||
.name{
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
|
||||
.publication-read-more{
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
|
||||
.content{
|
||||
margin-top: $p;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $p;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
publication-page {
|
||||
|
||||
.date{
|
||||
color: var(--second);
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
|
||||
.name{
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.content{
|
||||
margin-top: $p;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $p;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
gellery{
|
||||
.poster{
|
||||
width: 665px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue