Update screen panel heading to match designs
This commit is contained in:
parent
0ea81f98d6
commit
a6a6eb0ffe
|
@ -148,9 +148,9 @@
|
||||||
.header {
|
.header {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 51px;
|
height: 50px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0 12px 0 0;
|
padding: 0 var(--spacing-l);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: 2px solid transparent;
|
border-bottom: 2px solid transparent;
|
||||||
|
@ -164,7 +164,6 @@
|
||||||
.input {
|
.input {
|
||||||
font-family: var(--font-sans);
|
font-family: var(--font-sans);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding-left: 12px;
|
|
||||||
color: var(--ink);
|
color: var(--ink);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -189,10 +188,8 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding-left: 12px;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: opacity 300ms ease-out;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -210,7 +207,6 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: opacity 300ms ease-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchButton:hover {
|
.searchButton:hover {
|
||||||
|
|
Loading…
Reference in New Issue