]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7065 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 5 Sep 2024 12:16:18 +0000 (14:16 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 5 Sep 2024 12:16:18 +0000 (14:16 +0200)
app/Fluidbook/Compiler/Cart.php

index d10d60948917d73dc6c0393354bcdcdab3870472..1b8fbd613ac34ef5b96557e5350f0202bdec633d 100644 (file)
@@ -255,18 +255,18 @@ trait Cart
          * headerBackgroundColor=#0e1a3c
          * headerTextColor=#ffffff
          */
-        $this->lessVariables['cart-button-color'] = $extra['buttoncolor'] ?? '#e30613';
+        $this->lessVariables['cart-button-color'] = $extra['buttoncolor'] ?? '#e2002b';
         $this->lessVariables['cart-button-text-color'] = $extra['buttontextcolor'] ?? '#ffffff';
-        $this->lessVariables['cart-button-radius'] = $extra['buttonradius'] ?? '50%';
-        $this->lessVariables['cart-header-background-color'] = $extra['headerbackgroundcolor'] ?? '#26348b';
+        $this->lessVariables['cart-button-radius'] = $extra['buttonradius'] ?? '0';
+        $this->lessVariables['cart-header-background-color'] = $extra['headerbackgroundcolor'] ?? '#1a330c';
         $this->lessVariables['cart-header-text-color'] = $extra['headertextcolor'] ?? '#ffffff';
         $this->lessVariables['cart-close-color'] = $extra['closecolor'] ?? '#ffffff';
-        $this->lessVariables['cart-close-background-color'] = $extra['closebackgroundcolor'] ?? '#e30613';
-        $this->lessVariables['cart-close-radius'] = $extra['closeradius'] ?? '50%';
-        $this->lessVariables['cart-actions-radius'] = $extra['actionsradius'] ?? '8px';
-        $this->lessVariables['cart-actions-background-color'] = $extra['actionsbackgroundcolor'] ?? '#26348b';
+        $this->lessVariables['cart-close-background-color'] = $extra['closebackgroundcolor'] ?? '#e2002b';
+        $this->lessVariables['cart-close-radius'] = $extra['closeradius'] ?? '0';
+        $this->lessVariables['cart-actions-radius'] = $extra['actionsradius'] ?? '0';
+        $this->lessVariables['cart-actions-background-color'] = $extra['actionsbackgroundcolor'] ?? '#e2002b';
         $this->lessVariables['cart-actions-text-color'] = $extra['actionstextcolor'] ?? '#ffffff';
-        $this->lessVariables['cart-scrollbar-color'] = $extra['scrollbarcolor'] ?? '#26348b';
+        $this->lessVariables['cart-scrollbar-color'] = $extra['scrollbarcolor'] ?? '#1a330c';
 
         $this->addJsLib('cookie', 'js/libs/jquery/jquery.cookie.js');
         $this->addJsLib('joueclub2024', 'js/libs/fluidbook/cart/fluidbook.cart.joueclub2024.js');