Modifs esthétiques pour adaptation aux smartphones
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user