dordogne-cd24: add custom class for forms and links cells (#63439)

This commit is contained in:
Serghei Mihai 2022-03-24 15:05:53 +01:00
parent 53e859faa0
commit 88ee10d2da
1 changed files with 32 additions and 0 deletions

View File

@ -339,6 +339,38 @@ div#tracking-code {
font-weight: bold;
color: $purple;
}
&.rubriques-internes {
background: #d1e8f6;
h2:first-child {
text-align: center;
border: 0;
padding-left: 0;
padding-right: 0;
+ div.links-list {
li {
border: 0;
}
}
}
&.has-asset-picture h2:first-child {
padding-left: 1rem;
}
h2:first-child, ul {
margin-left: 2rem;
margin-right: 2rem;
}
ul {
padding: 0.5rem 0;
border-top: 1px solid $title-color;
}
.links-list li a {
padding: 0.5rem 0;
&:hover {
background: transparent;
text-decoration: underline;
}
}
}
}
@media screen and ($max-mobile-viewport) {
div#sidebar {