STYLE Handling main author and publication directors style
This commit is contained in:
parent
34f1e27e3c
commit
c4d0f66b5d
|
|
@ -51,6 +51,30 @@
|
||||||
@apply text-2xl uppercase font-medium tracking-normal;
|
@apply text-2xl uppercase font-medium tracking-normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.author-card__author-status {
|
||||||
|
@apply flex items-center gap-2;
|
||||||
|
&:before {
|
||||||
|
content: '';
|
||||||
|
@apply block w-6 h-6 bg-no-repeat bg-center;
|
||||||
|
background-image: url('../resources/img/icons/icon-plume2.svg');
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat !important;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
&--author:before {
|
||||||
|
background-image: url('../resources/img/icons/carhop-plume2.svg');
|
||||||
|
}
|
||||||
|
&--main-author:before {
|
||||||
|
@apply w-8 h-8;
|
||||||
|
transform: translateY(-5px);
|
||||||
|
background-image: url('../resources/img/icons/carhop-auteur-principal.svg');
|
||||||
|
}
|
||||||
|
&--publication-director:before {
|
||||||
|
@apply w-6 h-6;
|
||||||
|
background-image: url('../resources/img/icons/carhop-auteur-directeur.svg');
|
||||||
|
}
|
||||||
|
}
|
||||||
.author-card__articles-amount {
|
.author-card__articles-amount {
|
||||||
@apply text-primary font-normal flex items-center gap-2;
|
@apply text-primary font-normal flex items-center gap-2;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user