New home header

This commit is contained in:
Bojan Mojsilovic 2024-05-28 19:12:26 +02:00
parent b4857db4bf
commit 55f6c0a4d7
3 changed files with 12 additions and 12 deletions

View File

@ -117,8 +117,9 @@
outline: none;
width: 100%;
padding-block: 10px;
padding-inline: 14px;
padding-top: 18px;
padding-bottom: 12px;
padding-inline: 20px;
border-bottom: 1px solid var(--devider);
z-index: var(--z-index-header);
@ -156,7 +157,6 @@
padding-block: 21px;
padding-inline: 12px;
border: none;
border-bottom: 1px solid var(--devider);
border-radius: 0;
justify-content: flex-start;

View File

@ -37,7 +37,7 @@
position: relative;
display: grid;
height: 100%;
padding-top: 30px;
padding-top: 22px;
justify-content: left;
.overlay {

View File

@ -9,13 +9,13 @@
}
.selectionIcon {
width: 10px;
height: 10px;
width: 14px;
height: 14px;
display: inline-block;
margin-inline: 4px;
margin-inline: 8px;
background-color: var(--text-secondary);
-webkit-mask: url(../../assets/icons/caret.svg) no-repeat 0 0/ 10px 10px;
mask: url(../../assets/icons/caret.svg) no-repeat 0 0/ 10px 10px;
-webkit-mask: url(../../assets/icons/caret.svg) no-repeat 0 / 14px;
mask: url(../../assets/icons/caret.svg) no-repeat 0 / 14px;
}
.selectionBox {
@ -28,9 +28,9 @@
padding: 0;
border: none;
color: var(--text-secondary);
font-size: 18px;
font-weight: 600;
line-height: 20px;
font-size: 24px;
font-weight: 300;
line-height: 32px;
}
.listbox {