Skip to content
Code-Schnipsel Gruppen Projekte
Commit 76e646dd erstellt von Dominik Chrzanowski's avatar Dominik Chrzanowski
Dateien durchsuchen

feat: Added new css file [IntervieweeData] #2

Übergeordneter b4f28623
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
/* Interviewee template largeImageTop */
.quiqqer-interview-control-interviewee-template__largeImageTop .quiqqer-interview-control-interviewee-image {
margin-bottom: var(--spacing, 1rem);
}
.quiqqer-interview-control-interviewee-template__largeImageTop .quiqqer-interview-control-interviewee-image img {
object-fit: cover;
border-radius: 50%;
aspect-ratio: 1 / 1;
height: auto;
}
.quiqqer-interview-control-interviewee-template__largeImageTop .quiqqer-interview-control-interviewee-short {
margin-top: var(--spacing, 1rem);
}
/* Interviewee template largeImageLeft */
.quiqqer-blog-control-author-template__largeImageLeft {
display: flex;
}
.quiqqer-blog-control-author-template__largeImageLeft .quiqqer-blog-control-author-image {
margin-right: var(--spacing, 1rem);
width: 120px;
}
.quiqqer-blog-control-author-template__largeImageLeft .quiqqer-blog-control-author-image img {
object-fit: cover;
border-radius: 50%;
aspect-ratio: 1 / 1;
height: auto;
}
/* Interviewee template smallImageLeft */
.quiqqer-blog-control-author-template__smallImageLeft {
display: flex;
}
.quiqqer-blog-control-author-template__smallImageLeft .quiqqer-blog-control-author-image {
margin-right: var(--spacing, 1rem);
}
.quiqqer-blog-control-author-template__smallImageLeft .quiqqer-blog-control-author-image img {
object-fit: cover;
border-radius: 50%;
aspect-ratio: 1 / 1;
height: 30px;
width: 30px;
}
\ No newline at end of file
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren