Skip to content

Commit

Permalink
Update header styling
Browse files Browse the repository at this point in the history
  • Loading branch information
medied committed Jun 13, 2024
1 parent 581501b commit 9a8363f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/link/images/close-sections.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/link/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ body {
min-height: 70px;
display: flex;
align-items: center;
padding: 0 10px 0 10px;
padding: 0 16px 0 16px;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #c8ccd1;
Expand All @@ -577,10 +577,11 @@ body {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
color: #202122
}

&-close {
background-image: url(./images/close-language.svg);
background-image: url(./images/close-sections.svg);
width: 20px;
height: 20px;
cursor: pointer;
Expand Down

0 comments on commit 9a8363f

Please sign in to comment.