Skip to content

Commit

Permalink
New home header
Browse files Browse the repository at this point in the history
  • Loading branch information
moysa committed May 28, 2024
1 parent b4857db commit 55f6c0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/components/HomeHeader/HomeHeader.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout/Layout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
position: relative;
display: grid;
height: 100%;
padding-top: 30px;
padding-top: 22px;
justify-content: left;

.overlay {
Expand Down
16 changes: 8 additions & 8 deletions src/components/SelectionBox/SelectionBox.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit 55f6c0a

Please sign in to comment.