-
-
Save ivorpad/c3686e63d5e5029ca723e32f41baeb8b to your computer and use it in GitHub Desktop.
backup
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
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