Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Last active May 29, 2020 03:24
Show Gist options
  • Save ibndawood/16f7ee7c84e9e72abfd4de457f2c2514 to your computer and use it in GitHub Desktop.
Save ibndawood/16f7ee7c84e9e72abfd4de457f2c2514 to your computer and use it in GitHub Desktop.
Electro v2 - Adding png as icon for menus
.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