Sha256: bce028e9f1e417cd2cd24afc5438b5691a25cd143b7f03237cdffbadec6d2cd4
Contents?: true
Size: 792 Bytes
Versions: 2
Compression:
Stored size: 792 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 { table { width: 100%; th.favourite-description, td.favourite-description { width: 70%; } th.favourite-number-orders, td.favourite-number-orders { width: 30%; 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.5 | app/assets/stylesheets/spree/frontend/my_account.scss |
spree_my_favourites-2.2.4 | app/assets/stylesheets/spree/frontend/my_account.scss |