Plugin Directory

Changeset 2239515


Ignore:
Timestamp:
02/06/2020 08:21:38 AM (6 years ago)
Author:
obox
Message:

WooCommerce stylesheet update

Location:
obox-mobile
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • obox-mobile/trunk/theme/woocommerce.css

    r2239107 r2239515  
    379379.woocommerce ul.products li.product{
    380380    border-radius: 2px;
     381    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.05);
    381382    margin-bottom: 10px;
    382     box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.05);
    383383}
    384384.woocommerce ul.products li.product a img{
     
    414414.woocommerce ul.products li.product a.button{
    415415    background: #b2d27c;
     416    clear: both;
    416417    font-size: 14px;
    417418    margin-left: 10px;
    418419    margin-top: 10px;
    419420    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 );
    420430}
    421431
Note: See TracChangeset for help on using the changeset viewer.