Last active
August 29, 2015 14:00
-
-
Save ismailmechbal/11039877 to your computer and use it in GitHub Desktop.
cih-css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Mettre à jour dans global.css */ | |
/* Exemple de picto pour la section Entreprise -> Découvrir nos offres -> Carte bancaires */ | |
.entreprise-decouvrir-offres-cartes-bancaires #page-title, | |
.entreprise-decouvrir-offres-cartes-bancaires-principale #page-title { | |
background: url('../images/icons/title/entreprise/carte-bancaire.png') 0 -4px no-repeat; | |
height: 50px; | |
padding: 0 60px; | |
} | |
/* Pour changer par exemple le picto pour la section Particulier -> CIH vous accompagne */ | |
.particulier-cih-vous-accompagne #page-title { | |
background: url('../images/icons/title/particulier/cih-vous-accompagne.png') 0 -4px no-repeat; | |
height: 50px; | |
padding: 0 60px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment