Index: static/src/scss/components/_search-form.scss |
=================================================================== |
--- a/static/src/scss/components/_search-form.scss |
+++ b/static/src/scss/components/_search-form.scss |
@@ -13,61 +13,16 @@ |
// |
// You should have received a copy of the GNU General Public License |
// along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>. |
/******************************************************************************* |
* Search Form |
******************************************************************************/ |
-/* Product Website Link |
- ******************************************************************************/ |
- |
-#product-website-link |
-{ |
- float: right; |
-} |
- |
-html[dir="rtl"] #product-website-link |
-{ |
- float: left; |
-} |
- |
-#product-website-link img |
-{ |
- height: $small-space; |
- margin-left: $x-small-space; |
-} |
- |
-html[dir="rtl"] #product-website-link img |
-{ |
- margin-right: $x-small-space; |
- margin-left: 0; |
-} |
- |
-.navbar-collapse.open #product-website-link, |
-.no-js #product-website-link |
-{ |
- float: none; |
- |
- @media (min-width: $phablet-breakpoint) |
- { |
- float: right; |
- margin-top: 20px; |
- } |
- |
- @media (min-width: $tablet-breakpoint) |
- { |
- margin-top: 0; |
- } |
-} |
- |
-/* Search Form |
- ******************************************************************************/ |
- |
#search-form |
{ |
display: inline-block; |
position: relative; |
overflow: hidden; |
width: 100%; |
height: $search-form-height; |
border-radius: 4px; |