Coprec: rétablissement de la customisation des titres (soulignage)

This commit is contained in:
Michael Bideau 2019-02-06 15:01:20 +00:00
parent 2debd2c9aa
commit 4ed017aa93
1 changed files with 27 additions and 0 deletions

View File

@ -75,6 +75,33 @@ div#main-content-wrapper {
box-sizing: border-box;
}
/* custommization des titres avec un soulignage */
div#tracking-code h3,
div#rub_service h2,
div#rub_service div.category h3,
.gru-content div.a2-block h2,
.gru-content div.block h2,
div.links-list h2,
div#services > ul > li > strong > a,
.gru-content div.textcell h2,
.gru-content div.textcell h2:first-child,
.gru-content div.cell h2:first-child {
background: transparent;
color: $font-color;
font-size: 150%;
font-weight: bold;
padding-left: 0.5rem;
text-align: left;
&::after {
display: block;
content: "";
background: $primary-color;
margin-top: 7px;
width: 40px;
height: 4px;
}
}
#footer {
min-height: 130px;
text-align: center;