Skip to content

Instantly share code, notes, and snippets.

@ivorpad
Created September 4, 2020 07:52
Show Gist options
  • Save ivorpad/c3686e63d5e5029ca723e32f41baeb8b to your computer and use it in GitHub Desktop.
Save ivorpad/c3686e63d5e5029ca723e32f41baeb8b to your computer and use it in GitHub Desktop.
backup
ul.rd-menu.rd-navbar-megamenu {
display: block;
width: initial;
max-width: initial;
padding: 2rem;
background: #fff;
}
.rd-navbar-static .rd-menu {
transform: translate3d(-80px, 0, 0);
}
.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu {
transform: translate3d(-80px, 0, 0);
}
h2#products-title {
margin-top: 4rem;
}
img.box-product-img {
object-fit: contain;
height: 100%;
width: 100%;
}
.img-wrapper {
height: 100%;
}
.img-wrapper {
background-size: cover;
}
.products-tags ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.products-tags ul li a {
background: #E76300;
color: white;
margin: .2rem;
border-radius: 25px;
padding: 0 .5rem;
display: inline-block;
}
.products-tags ul li a:hover {
background:#e97b29
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment