diff --git a/wp/wp-content/themes/medicalalert/dist/app.css b/wp/wp-content/themes/medicalalert/dist/app.css index 2b7dd9f3..b7b2e1af 100644 --- a/wp/wp-content/themes/medicalalert/dist/app.css +++ b/wp/wp-content/themes/medicalalert/dist/app.css @@ -11261,7 +11261,6 @@ h4, .headline-small, .h4 { p { font-size: 20px; line-height: 32px; - font-weight: lighter; color: #505050; } @@ -11278,7 +11277,6 @@ ol { font-size: 20px; line-height: 45px; margin-bottom: unset; - font-weight: lighter; color: #505050; } @@ -12479,7 +12477,6 @@ body.search .img-placeholder img { .cart-summary p { font-size: 1vw !important; line-height: 1.5vw !important; - font-weight: lighter !important; color: #505050 !important; } } diff --git a/wp/wp-content/themes/medicalalert/dist/mix-manifest.json b/wp/wp-content/themes/medicalalert/dist/mix-manifest.json index 17cfc941..4a268676 100644 --- a/wp/wp-content/themes/medicalalert/dist/mix-manifest.json +++ b/wp/wp-content/themes/medicalalert/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=def087bfee86b3ced20472c4fd21ee05", - "/app.css": "/app.css?id=ea922a90dfef17cc6354d160d5b32ae6" + "/app.css": "/app.css?id=5cddfa7b15796e50a20e60f390ee1b62" } diff --git a/wp/wp-content/themes/medicalalert/src/scss/cart-summary.scss b/wp/wp-content/themes/medicalalert/src/scss/cart-summary.scss index 031b4de6..77761b8b 100644 --- a/wp/wp-content/themes/medicalalert/src/scss/cart-summary.scss +++ b/wp/wp-content/themes/medicalalert/src/scss/cart-summary.scss @@ -4,7 +4,6 @@ .cart-summary p { font-size: 1vw !important; line-height: 1.5vw !important; - font-weight: lighter !important; color: #505050 !important; } } diff --git a/wp/wp-content/themes/medicalalert/src/scss/global.scss b/wp/wp-content/themes/medicalalert/src/scss/global.scss index e60a5fc7..c152c613 100644 --- a/wp/wp-content/themes/medicalalert/src/scss/global.scss +++ b/wp/wp-content/themes/medicalalert/src/scss/global.scss @@ -78,7 +78,6 @@ h4 { p { font-size: 20px; line-height: 32px; - font-weight: lighter; color: $light-gray; } @@ -95,7 +94,6 @@ ol { font-size: 20px; line-height: 45px; margin-bottom: unset; - font-weight: lighter; color: $light-gray; }