From 0bc4c26403c633b0b24a4d165ea9ca6191ab1ce4 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 1 Apr 2019 21:49:11 -0600 Subject: [PATCH] Remove old search bar css --- resources/assets/sass/custom.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 25410ed64..2ef44aceb 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -37,16 +37,6 @@ body, button, input, textarea { color: #212529 !important; } -.search-form { - width: 100%; -} - -.search-form input, -.search-form .form-inline, -.search-form .form-control { - width: 100%; -} - .settings-nav .active { border-left: 2px solid #6c757d !important }