// @ store // ================================================================================ body { .view-amazon-store.view { .views-row { position: relative; padding: 25px 20px; border-top: 1px solid $gray; overflow: auto; &:nth-child(odd) { background-color: $tan; } &:last-of-type { margin-bottom: 30px; border-bottom: 1px solid $gray; } } .views-field-field-amazon-image { margin: 0 0 20px 20px; float: right; img { margin-bottom: 0; max-width: 100px; max-height: 150px; @include breakpoint($break-767) { max-width: 75px; max-height: 100px; } } } .views-field-title { h2 { margin-bottom: 5px; font-size: 22px; } } .views-field-field-amazon-author { p { margin-bottom: 0; } font: { size: 15px; style: italic; } } .views-field-body { margin-top: 20px; } .views-field-field-amazon-link { p { margin-bottom: 0; } } } }