From acef525665f54df446f9211a1c6967c950620b35 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 3 Feb 2019 22:05:55 -0500 Subject: [PATCH] change seach bar styling --- _sass/_default.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/_sass/_default.scss b/_sass/_default.scss index 378b8ef7186be116fbff4b2738011b847c8e000f..d79ed6a4313517a39ec6bef88ac7779acc1f714a 100644 --- a/_sass/_default.scss +++ b/_sass/_default.scss @@ -65,19 +65,16 @@ input[type=text] { - width: 25%; + width: 30%; box-sizing: border-box; - border: 2px solid #333333; - border-radius: 40px; - background-color: #333333; + border: 0px; + border-radius: 5px; + background-color: #292929; font-size: 16px; text-align: center; padding: 10px 0px 10px 0px; -webkit-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; - -moz-box-shadow: inset 0 0 10px #191919; - -webkit-box-shadow: inset 0 0 10px #191919; - box-shadow: inset 0 0 10px #191919; } input[type=text]:focus {