diff --git a/src/Resources/app/storefront/src/scss/_product-details.scss b/src/Resources/app/storefront/src/scss/_product-details.scss index 971ad71..4515b35 100644 --- a/src/Resources/app/storefront/src/scss/_product-details.scss +++ b/src/Resources/app/storefront/src/scss/_product-details.scss @@ -40,6 +40,7 @@ font-size: 2.25rem; line-height: 1.3; margin-bottom: 3rem; + .year, .site, .qty_taste, @@ -51,29 +52,29 @@ .year { font-size: 1.5rem; } + .site, .qty_taste { font-size: 1.5rem; } + .addendum { font-size: 1.25rem; color: $sw-text-color; } } -.product-detail-tabs { -} - .product-detail-properties-table { font-size: 1rem; + .properties-label { font-family: $sw-font-family-headline; color: $sw-color-brand-primary; font-weight: 700; } - td,th { + td, th { padding: .25rem .75rem; } } @@ -90,10 +91,7 @@ } .product-detail-price-unit { - //padding-top: 26px; padding-left: 1rem; - //height: 62px; - //order: 1; } .product-detail-tax { diff --git a/src/Resources/app/storefront/src/scss/base.scss b/src/Resources/app/storefront/src/scss/base.scss index ee1210c..16f9682 100644 --- a/src/Resources/app/storefront/src/scss/base.scss +++ b/src/Resources/app/storefront/src/scss/base.scss @@ -232,11 +232,6 @@ footer { } } -.form-control { - -} - - .product-detail-customfields-container { margin-top: 30px; } @@ -275,13 +270,6 @@ footer { width: auto; } -.table-borderless { - th, - td { - border: none; - } -} - /** Buttons **/ .btn-display { font-family: $sw-font-family-headline;