added image search button, added image loader to webpack

This commit is contained in:
2019-06-17 14:07:27 +02:00
parent 5d57f0e32a
commit 88dc7b7ea4
10 changed files with 117 additions and 18 deletions

View File

@ -11,8 +11,13 @@ $large-bp:1900px;
// font-size: 0;
// white-space: nowrap;
position: relative;
>*{
font-size: 16px;
// >*{
// font-size: 16px;
// }
&:after{
content:"";
clear:both;
display: block;
}
}

View File

@ -22,7 +22,7 @@ header[role="banner"]{
background-color: #fff;
overflow: visible;
position: fixed;
z-index: 10;
z-index: 20;
width:100vw;
// outline: 1px solid blue;
height: $header_height;
@ -50,5 +50,5 @@ header[role="banner"]{
// |_| |_\__,_|_|_||_|
main[role="main"]{
padding-top: $header_height;
padding-top: $header_height+8px;
}

View File

@ -1,3 +1,3 @@
$base_font_size:16px;
$header_height: 80px;
$header_height: 60px;