Last active
May 29, 2020 03:24
-
-
Save ibndawood/16f7ee7c84e9e72abfd4de457f2c2514 to your computer and use it in GitHub Desktop.
Electro v2 - Adding png as icon for menus
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
.ci-icon { | |
width: 28px; | |
height: 28px; | |
display: inline-block; | |
background-position: center; | |
background-size: cover; | |
margin-bottom: 0 !important; | |
} | |
.mobile-handheld-department ul.nav li a i { | |
font-size: 28px; | |
} | |
.ci-vase { | |
background-image: url(https://www.dewoonpartner.nl/wp-content/uploads/2019/03/vase.png); | |
} | |
.ci-cabinet { | |
background-image: url(https://www.dewoonpartner.nl/wp-content/uploads/2019/03/cabinet.png); | |
} | |
.ci-table { | |
background-image: url(https://www.dewoonpartner.nl/wp-content/uploads/2019/03/table.png); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment