diff --git a/css/style.css b/css/style.css index 79fc31e..0642676 100644 --- a/css/style.css +++ b/css/style.css @@ -115,7 +115,8 @@ a{ .heart { - border-right: 1px dotted #999999; + content: ""; + border-right: 1px dashed #999999; border-right-width: 1px; padding: 0 14px; @@ -237,12 +238,133 @@ a{ display: flex; flex-direction: row; justify-content: space-between; + background-color: #fff; + border-color: #e1e1e1; + text-transform: uppercase; + font-size: 14px; + +} + +.color +{ + width: 196px; +} + +.size +{ + width: 196px; + +} + +.selectors select +{ + font-size: 13px; + color: #707070; + width: 168px; + height: 35px; + border-radius: 0%; + border-color: #e1e1e1; + padding-left: 12px; + font: inherit; + letter-spacing: inherit; + word-spacing: inherit; + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; +} + +select:not([multiple]) { + padding-right: 1.2em; + background-repeat: no-repeat; + background-position: calc(100% - 0.25em) 0.8499999999999932em; + background-size: 1.2499999999999991em auto; + background-image: url("../images/icon.png"); + } + +input[type="number"] +{ + -webkit-appearance: textfield; + -moz-appearance: textfield; + appearance: textfield; +} + +input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button +{ + -webkit-appearance: none; +} + +input +{ + text-align: center; +} + +.qty_counter +{ + display: flex; + align-items: center; + } +.buttons +{ + display: flex; + flex-direction: column; + border-radius: 0; + border: 1px solid #e1e1e1; + border-left: none; +} + +.buttons button +{ + border-radius: 0; + border: 0px ; + background-color: #fff; + height: 16.5px; +} + +.buttons button:first-child +{ + + border-bottom: 0.5px solid #e1e1e1; +} + +.buttons button:last-child +{ + + border-top: 0.5px solid #e1e1e1; +} +.count_up { + width: 0; + height: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + + border-bottom: 2px solid #cccccc; + } +.count_down { + width: 0; + height: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + + border-top: 2px solid #cccccc; + } + +.selectors .qty input +{ + padding: 5px; + font-size: 13px; + color: #707070; + width: 34px; + height: 33px; + padding: 0; + border-radius: 0; + border: 1px solid #e1e1e1; +} diff --git a/images/icon.png b/images/icon.png new file mode 100644 index 0000000..f0293bd Binary files /dev/null and b/images/icon.png differ diff --git a/index.html b/index.html index 05e1780..0d3b0ef 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@
+ @@ -31,7 +32,7 @@+
+