added image search button, added image loader to webpack
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
$base_font_size:16px;
|
||||
|
||||
$header_height: 80px;
|
||||
$header_height: 60px;
|
||||
|
Reference in New Issue
Block a user