Skip to content
Snippets Groups Projects
Commit ffa0d786 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Added variable for searchbar background color

parent b2f4e875
No related branches found
No related tags found
1 merge request!1326Resolve "Sidebar Design anpassen"
......@@ -16,10 +16,8 @@
font-size: 16px;
background-color: transparent;
color: #333;
&>* {
background-color: white;
}
.search-input-submit {
background-color: @searchbar-background-color;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
......@@ -103,6 +101,7 @@
height: 40px;
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
&:focus {
outline-color: @metager-orange;
-webkit-box-shadow: 0px 0px 2px 2px rgba(255, 128, 0, 1);
......
......@@ -54,4 +54,5 @@ sans-serif;
@product-a-color: @color-strong-grey;
@product-price-color: @color-strong-grey;
@product-price-background-color: fade(@color-white, 90%);
@lsprev-or-lsnext-i-background-color: @color-black;
\ No newline at end of file
@lsprev-or-lsnext-i-background-color: @color-black;
@searchbar-background-color: white;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment