Skip to content

Commit

Permalink
add missing cms style
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Sep 3, 2024
1 parent f1db555 commit c6eeab1
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions lemarche/static/itou_marche/itou_marche.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,40 @@ ul.summary-grid-list {
}
}
}

/* Prefix the classes defined here with cmsfr- */

.cmsfr-hero {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.cmsfr-hero-large {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

.cmsfr-background-dark {
& h1, p {
color: white;
}
}

.fr-header__service-title em {
font-weight: lighter
}

.cmsfr-author_card__header {
flex: 0 0 6rem !important;
width: 6rem !important;
}

.cmsfr-author-img {
border-radius: 50%;
height: 4.5rem !important;
margin: 1.5rem;
width: 4.5rem;
}

0 comments on commit c6eeab1

Please sign in to comment.