On rajoute encore quelques modules

This commit is contained in:
2020-10-13 14:58:11 +02:00
parent c513c15cdc
commit 25cb197711
201 changed files with 22431 additions and 27 deletions

View File

@@ -1,9 +1,63 @@
/* Entrez le CSS personnalisé de votre thème enfant ici */
/* On occupe toute la largeur de l'écran */
.container {
width: 100%;
}
/* Barre des catégories */
.header-nav {
background: white;
}
#header .header-nav {
border-bottom: 0;
margin-bottom: 0;
}
#header .header-nav .blockcart {
background: white;
color: black;
}
/* Barre des catégories */
#header .header-top {
padding-bottom: 0;
}
/* Espace au-dessus de la bannière */
#wrapper {
padding-top: 0;
box-shadow: none;
background: #ffffff;
}
#wrapper .banner img {
width: 100%;
}
.carousel .carousel-inner {
height: 100%;
}
/* Produits populaires */
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
box-shadow: none;
}
#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
justify-content: center;
}
/* Footer */
.footer-container {
box-shadow: none;
background: #939F46;
}
.block-contact {
font-size: .875rem;
}
/* Couleur du texte dans le footer */
.footer-container .block-contact, .footer-container li a {
color: white;
}
.copyright {
color: white;
}