Modifs esthétiques pour adaptation aux smartphones

This commit is contained in:
2020-11-24 12:39:46 +01:00
parent 7ee9287272
commit 2f4483720a
11 changed files with 158 additions and 743 deletions

View File

@@ -24,6 +24,11 @@ a {
margin-bottom: 20px;
}
#menu-icon {
display: none;
}
/* Barre des catégories */
.header-nav {
background: white;
@@ -132,8 +137,10 @@ a:hover {
.footer-container {
box-shadow: none;
background: black;
color: white;
}
/* Les titres des infos du bas */
.block-contact .block-contact-title, #block_myaccount_infos .myaccount-title a {
color: white;
@@ -142,10 +149,27 @@ a:hover {
font-size: .875rem;
}
@media (max-width: 767px) {
.block-contact .hidden-sm-down {
display: block!important;
border-bottom: 1px solid white;
margin-left: 10px;
}
.block-contact .hidden-md-up {
display: none!important;
}
}
/* Couleur du texte dans le footer */
.footer-container .block-contact, .footer-container li a, #footer > div.footer-container p {
color: white;
}
@media (max-width: 767px) {
.footer-container .links .h3 {
color: white;
}
}
.footer-container li a:hover {
color: rgba(177,194,90,0.5);
}