Skip to content

Commit

Permalink
feat(header): increase header button size (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 authored Sep 28, 2023
1 parent 7e1d8ad commit 1b9c7ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/app/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
background: transparent;
font-size: header.$icons-height;
}

.material-symbols-outlined {
font-size: 1em;
font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" header.$icons-height-pixels;
}
}
}
}
3 changes: 2 additions & 1 deletion src/sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
@use "borders";

$vertical-padding: paddings.$xs;
$icons-height: 24px;
$icons-height-pixels: 32;
$icons-height: #{$icons-height-pixels}px;
$vertical-padding-height: calc(2*$vertical-padding);
$border-height: borders.$panel-width;

Expand Down

0 comments on commit 1b9c7ee

Please sign in to comment.