ref: master
plugins/products/public/stylesheets/blocks/products.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
#content .products-plugin_products-block ul { margin: 0px; padding: 0px 5px 0px 0px; display: table; border-spacing: 5px; li { margin: 0px; padding: 0px; list-style: none; list-style-image: none; font-size: 12px; height: 64px; display: table-row; a { background-repeat: no-repeat; background-position: 5px 50%; display: table-cell; vertical-align: middle; padding: 5px 2px 5px 65px; height: 50px; overflow: hidden; text-decoration: none; &:hover { border-radius: 3px; background-color: #ccc; color: #fff; box-shadow: 2px 3px 4px #aaa; } } } } .msie #content .products-plugin_products-block li a { display: block; } |