From 23a9c365e816f90e561207c29fefc1d3bfe56038 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Thu, 5 Dec 2024 08:00:41 -0800 Subject: [PATCH] build test --- .../themes/medicalalert/dist/app.css | 9 +++++- .../medicalalert/dist/mix-manifest.json | 2 +- wp/wp-content/themes/medicalalert/header.php | 2 +- .../medicalalert/helpers/sfconfig-test.php | 16 +++++++--- .../medicalalert/src/scss/_variables.scss | 6 +++- .../themes/medicalalert/src/scss/header.scss | 32 ++++++++++++++----- .../better-wordpress/src/Site.php | 6 ++-- 7 files changed, 55 insertions(+), 18 deletions(-) diff --git a/wp/wp-content/themes/medicalalert/dist/app.css b/wp/wp-content/themes/medicalalert/dist/app.css index b7b2e1af..fe4c52c6 100644 --- a/wp/wp-content/themes/medicalalert/dist/app.css +++ b/wp/wp-content/themes/medicalalert/dist/app.css @@ -12117,8 +12117,15 @@ button[type=submit].single_add_to_cart_button, } } +.consumer-brand .top-menu { + background: linear-gradient(to right, #000066, #3399FF); + padding: 3.5px; +} +.consumer-brand .top-menu a { + color: #FFFFFF; +} .consumer-brand .main-header { - background: #000066; + background: #FFFFFF; } .consumer-brand #menu-consumer .dropdown-menu { background: #000066; diff --git a/wp/wp-content/themes/medicalalert/dist/mix-manifest.json b/wp/wp-content/themes/medicalalert/dist/mix-manifest.json index 4a268676..378b558d 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=5cddfa7b15796e50a20e60f390ee1b62" + "/app.css": "/app.css?id=a50d195945336a7989a494964e8ab470" } diff --git a/wp/wp-content/themes/medicalalert/header.php b/wp/wp-content/themes/medicalalert/header.php index c7d76829..1b44304f 100644 --- a/wp/wp-content/themes/medicalalert/header.php +++ b/wp/wp-content/themes/medicalalert/header.php @@ -38,7 +38,7 @@ ?>
-
+