Changeset 2239515
- Timestamp:
- 02/06/2020 08:21:38 AM (6 years ago)
- Location:
- obox-mobile
- Files:
-
- 1 added
- 1 edited
-
tags/1.0.1/theme/woocommerce.css (added)
-
trunk/theme/woocommerce.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
obox-mobile/trunk/theme/woocommerce.css
r2239107 r2239515 379 379 .woocommerce ul.products li.product{ 380 380 border-radius: 2px; 381 box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.05); 381 382 margin-bottom: 10px; 382 box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.05);383 383 } 384 384 .woocommerce ul.products li.product a img{ … … 414 414 .woocommerce ul.products li.product a.button{ 415 415 background: #b2d27c; 416 clear: both; 416 417 font-size: 14px; 417 418 margin-left: 10px; 418 419 margin-top: 10px; 419 420 padding: 8px 12px; 421 text-align: center; 422 width: 45%; 423 } 424 425 .related.products ul.products li.product{ 426 padding-bottom: 10px; 427 } 428 .related.products ul.products li.product a.button{ 429 width: calc( 100% - 20px ); 420 430 } 421 431
Note: See TracChangeset
for help on using the changeset viewer.