]> _ Git - fluidbook-html5.git/commitdiff
wip #6882 @0:05
authorsoufiane <soufiane@cubedesigners.com>
Wed, 24 Apr 2024 14:17:20 +0000 (16:17 +0200)
committersoufiane <soufiane@cubedesigners.com>
Wed, 24 Apr 2024 14:17:20 +0000 (16:17 +0200)
style/cart/bastide-resah.less

index 105d4c271ec8da3692df8e4c2229f5db06a806ff..54870c30ff5906ab1555d525a21e57bbfe9bc2b9 100644 (file)
@@ -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
       border: 1px solid #000000;
     }
 
-    input[type=submit] {
-      background-color: #000000;
-      color: #fff;
-      white-space: nowrap;
-      margin: 0;
-    }
-
     input[type=checkbox] {
       width: 16px;
       height: 16px;
         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%;
       }