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 {