From 16008067ab315b7b26444b69988ef26619e37be1 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Mon, 5 Jun 2017 11:06:50 +0300 Subject: [PATCH] Remove border radius from inputs --- src/marketplace.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/marketplace.css b/src/marketplace.css index 52ded8c3..75b7c01a 100644 --- a/src/marketplace.css +++ b/src/marketplace.css @@ -256,6 +256,7 @@ input { border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: var(--marketplaceColor); + border-radius: 0; &::placeholder { color: var(--matterColorAnti);