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%;
}