Skip to content

Commit

Permalink
adding rules to inherit font properly on buttons and filters (#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
pflopez authored Oct 22, 2024
1 parent 8fc4717 commit 948f977
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/interface/src/styleguide/button/button.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


:host {
font-family: inherit;
box-sizing: border-box;
display: flex;
align-items: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@
:host {
display: block;


&.small {
max-width: 140px;
}

&.medium {
max-width: 240px;
}

&.large {
max-width: 380px;
}
Expand All @@ -35,6 +38,7 @@
}

.dropdown-button {
font-family: inherit;
display: flex;
flex-direction: row;
justify-content: space-between;
Expand Down

0 comments on commit 948f977

Please sign in to comment.