1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

Update screen panel heading to match designs

This commit is contained in:
Andrew Kingston 2023-08-22 16:37:03 +01:00
parent 0ea81f98d6
commit a6a6eb0ffe

View file

@ -148,9 +148,9 @@
.header {
flex-shrink: 0;
position: relative;
height: 51px;
height: 50px;
box-sizing: border-box;
padding: 0 12px 0 0;
padding: 0 var(--spacing-l);
display: flex;
align-items: center;
border-bottom: 2px solid transparent;
@ -164,7 +164,6 @@
.input {
font-family: var(--font-sans);
position: absolute;
padding-left: 12px;
color: var(--ink);
background-color: transparent;
border: none;
@ -189,10 +188,8 @@
align-items: center;
height: 100%;
box-sizing: border-box;
padding-left: 12px;
flex: 1;
opacity: 1;
transition: opacity 300ms ease-out;
z-index: 1;
}
@ -210,7 +207,6 @@
cursor: pointer;
margin-right: 10px;
opacity: 1;
transition: opacity 300ms ease-out;
}
.searchButton:hover {