// ---- // libsass (v3.2.5) // ---- * { margin: 0; padding: 0; box-sizing: border-box; } h1, h2, h3, h4, h5, h6, ul, ol, dl, p, hr { margin-bottom: 18px; } html { font: menu; font-size: 12px; line-height: 1.5; padding: 36px; } img { vertical-align: middle; max-width: 100%; } // _objects.flag.scss .o-flag { display: table; width: 100%; } .o-flag__img, .o-flag__body { display: table-cell; vertical-align: top; } .o-flag__img { padding-right: 18px; } .o-flag__img > img { max-width: none; } .o-flag__body { width: 100%; } // _components.list-stats.scss .c-list-stats { color: gray; } .c-list-stats__item, .c-list-stats__title { margin: 0; padding: 0; display: inline-block; } .c-list-stats__title { font-weight: bold; &:after { content: ":"; } } .c-list-stats__item:not(:last-child):after { content: ","; } // _components.headings.scss .c-heading-beta { font-size: 1.25rem; font-size: 20px; line-height: 1.8; } // _components.text-price.scss .c-text-price { font-size: 1.333333333rem; line-height: 1.125; letter-spacing: 0.025em; text-align: middle; } .c-text-price--sale { color: #f34046; } // _components.item-detail.scss .c-item-detail { padding: 18px; border-bottom: 1px solid #ccc; } .c-item-detail__main { overflow: hidden; } .c-item-detail__title { margin-bottom: 0; } .c-item-detail__stats { margin-bottom: 9px; } .c-item-detail__meta { float: right; width: 200px; text-align: right; } .c-item-detail__thumb { width: 128px; } .c-item-detail-group { margin: 0; padding: 0; list-style: none; border-top: 1px solid #ccc; margin-bottom: 18px; } // _components.button.scss .c-btn { display: inline-block; padding: 9px 18px; text-decoration: none; background-color: #f34046; color: #fff; text-align: center; } .c-btn--full { width: 100%; }