From eafb9028b48c207100d19a51cda012ebc1f7595e Mon Sep 17 00:00:00 2001 From: naz466 Date: Sat, 23 Sep 2017 22:51:23 +0300 Subject: [PATCH] comit4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Доробив input та пшдкорегував блок з товаром. --- main.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/main.css b/main.css index 9709774..36f2e48 100644 --- a/main.css +++ b/main.css @@ -11,7 +11,6 @@ body { width: 58%; height: 200px; float: left; - background-color: red; box-sizing: border-box; box-shadow: 0px 0px 7px 0px darkgray; border-radius: 4px; @@ -33,7 +32,7 @@ body { background-color: #ffffff; width: 100%; height: 30%; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); + border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .inputitem { @@ -79,12 +78,19 @@ input { width: 100%; height: 100%; opacity: 0.75; - border: 1px solid rgba(0, 0, 0, 0.3); + border: 1px solid rgba(0, 0, 0, 0.1); border-right: none; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } +input::-webkit-input-placeholder { + font-size: 16px; + padding: 8px; + opacity: 0.7; + font-weight: 100; +} + .input { width: 85%; height: 89%; @@ -267,11 +273,12 @@ h3 { .butbought > .text { color: grey; font-size: 11px; + font-weight: 300; margin-top: 8px; } .butdelete > .text { + font-family: Arial; margin-top: 10px; font-size: 10px; - font-family: Arial; } \ No newline at end of file