Advertisement
dimti

Untitled

May 25th, 2016
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. @charset "UTF-8";
  2. /* TAG:modules */
  3. /**
  4. * modules/mixins
  5. * ---
  6. */
  7. /* TAG:partials */
  8. /* TAG: Описание в карточке товара */
  9. .product-description p {
  10. font-size: 16px;
  11. line-height: 19px;
  12. margin-bottom: 20px; }
  13.  
  14. .product-description strong {
  15. font-weight: bold; }
  16.  
  17. .product-description ul {
  18. list-style: disc;
  19. padding: 0px 0px 0px 20px; }
  20.  
  21. .product-description ul li {
  22. font-size: 16px;
  23. line-height: 19px;
  24. margin-bottom: 4px; }
  25.  
  26. /*# sourceMappingURL=zelenoemore.css.map */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement