Commit ebd329fe authored by Alfredo Sumaran's avatar Alfredo Sumaran

Make form width the same as dropdown width

parent 4d8c5828
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
} }
.dropdown-select { .dropdown-select {
width: 300px; width: $dropdown-width;
} }
.dropdown-menu-align-right { .dropdown-menu-align-right {
......
...@@ -166,6 +166,7 @@ $regular_font: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif ...@@ -166,6 +166,7 @@ $regular_font: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif
/* /*
* Dropdowns * Dropdowns
*/ */
$dropdown-width: 300px;
$dropdown-bg: #fff; $dropdown-bg: #fff;
$dropdown-link-color: #555; $dropdown-link-color: #555;
$dropdown-link-hover-bg: $row-hover; $dropdown-link-hover-bg: $row-hover;
...@@ -197,6 +198,7 @@ $award-emoji-new-btn-icon-color: #dcdcdc; ...@@ -197,6 +198,7 @@ $award-emoji-new-btn-icon-color: #dcdcdc;
/* /*
* Search Box * Search Box
*/ */
$search-input-width: $dropdown-width;
$location-badge-color: #aaa; $location-badge-color: #aaa;
$location-badge-bg: $gray-normal; $location-badge-bg: $gray-normal;
$location-icon-color: #e7e9ed; $location-icon-color: #e7e9ed;
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
@extend .form-control; @extend .form-control;
margin: 0; margin: 0;
padding: 4px; padding: 4px;
width: 350px; width: $search-input-width;
line-height: 24px; line-height: 24px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment