From: soufiane Date: Wed, 24 Apr 2024 14:17:20 +0000 (+0200) Subject: wip #6882 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=eda5e14e45bce849ef042ff970c2c51349938877;p=fluidbook-html5.git wip #6882 @0:05 --- diff --git a/style/cart/bastide-resah.less b/style/cart/bastide-resah.less index 105d4c27..54870c30 100644 --- a/style/cart/bastide-resah.less +++ b/style/cart/bastide-resah.less @@ -7,6 +7,14 @@ background-color: transparent; } +input[type=email], input[type=password], input[type=text] { + -webkit-appearance: none; + appearance: none; + border-radius: 0; + padding: 0.25em 0.5em; + width: 100%; +} + // Nav override .icon-cart { // Display the tooltip label before the cart icon @@ -454,13 +462,6 @@ border: 1px solid #000000; } - input[type=submit] { - background-color: #000000; - color: #fff; - white-space: nowrap; - margin: 0; - } - input[type=checkbox] { width: 16px; height: 16px; @@ -514,23 +515,24 @@ z-index: 2; } - &:before { + &:before,&:after { content: ""; + position: absolute; + } + + &:before { width: 24px; height: 20px; background-color: #fff; - position: absolute; left: 50%; transform: translateX(-50%); z-index: 1; } &:after { - content: ""; background-color: @menu-background; width: 100%; height: 1px; - position: absolute; left: 0; top: 50%; }