started search block in header
This commit is contained in:
@@ -29,7 +29,7 @@ html,body{
|
||||
bottom:0;
|
||||
left:0;
|
||||
width: 100vw;
|
||||
padding: 1rem 0;
|
||||
padding: 1rem 1em;
|
||||
>.row{
|
||||
@include layout-row();
|
||||
}
|
||||
|
@@ -21,10 +21,15 @@ body{
|
||||
#app>header#header{
|
||||
// background-color: $front;
|
||||
pointer-events: none;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: baseline;
|
||||
.row{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
pointer-events: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
>*{
|
||||
margin-right: 1em;
|
||||
pointer-events: all;
|
||||
@@ -34,8 +39,24 @@ body{
|
||||
}
|
||||
h1.row{
|
||||
font-family: "avara";
|
||||
span.title{
|
||||
font-size: 2em;
|
||||
margin: 0 1em 0 0;
|
||||
a{
|
||||
margin: 0;
|
||||
span.title{
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.row.top{
|
||||
>*{
|
||||
label,a{
|
||||
padding: 0;
|
||||
span{
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user