Sha256: 9106d8607186760c1b3cfc6da69ffee8f0553b074d85cb60d0014a607d87099c

Contents?: true

Size: 1020 Bytes

Versions: 2

Compression:

Stored size: 1020 Bytes

Contents

#my-account {

  #account-nav {
    margin: 0;
  }

  nav ul {
    list-style: none;
    margin-bottom: 0;

    li {
      background: #f0f0f0;
      margin: 0;
      padding: 10px 15px;
      display: inline-block;
    }

    li.selected {
      background: #d9d9db;
    }
  }

  .account-my-favourites {

    nav.pagination {
      margin-top: 10px;
    }

    table {

      width: 100%;

      th.favourite-image, td.favourite-image {
        width: 20%;
      }

      th.favourite-description, td.favourite-description {
        width: 35%;
      }

      th.favourite-price, td.favourite-price {
        width: 15%;
        text-align: center;
      }

      th.favourite-add-to-cart, td.favourite-add-to-cart {
        width: 40%;
        text-align: center;
      }
    }
  }
}

@media screen and (max-width: '768px') {

  #my-account table {

    td.favourite-image {
      display: none !important;
    }

    th, td {
      width: 100% !important;
      display: block;
      text-align: center;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_my_favourites-2.2.7 app/assets/stylesheets/spree/frontend/my_account.scss
spree_my_favourites-2.2.6 app/assets/stylesheets/spree/frontend/my_account.scss