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

Weißen Strich aus Header entfernt

parent 24eeff50
No related branches found
No related tags found
2 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1202Resolve "Style der Ergebnisseite neu aufbauen"
...@@ -135,7 +135,6 @@ ...@@ -135,7 +135,6 @@
@resultpage-leftbox-min-dist-top-bottom: 8px; @resultpage-leftbox-min-dist-top-bottom: 8px;
@resultpage-leftbox-big-screen-margin-left: 50px; @resultpage-leftbox-big-screen-margin-left: 50px;
header { header {
padding-top: @resultpage-leftbox-min-dist-top-bottom;
display: -webkit-box; display: -webkit-box;
display: -ms-flexbox; display: -ms-flexbox;
display: flex; display: flex;
...@@ -161,6 +160,7 @@ header { ...@@ -161,6 +160,7 @@ header {
#research-bar { #research-bar {
width: 100%; width: 100%;
max-width: @resultpage-leftbox-max-width; max-width: @resultpage-leftbox-max-width;
margin-top: @resultpage-leftbox-min-dist-top-bottom;
padding: 0px 30px 0px 10px; padding: 0px 30px 0px 10px;
background-color: white; background-color: white;
border: 1px solid #ccc; border: 1px solid #ccc;
...@@ -250,7 +250,6 @@ header:nth-child(1) { ...@@ -250,7 +250,6 @@ header:nth-child(1) {
} }
} }
/* Scrollbar Style */ /* Scrollbar Style */
@scrollfade-color: white; @scrollfade-color: white;
......
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