Skip to content

Commit

Permalink
Style IconButtons
Browse files Browse the repository at this point in the history
  • Loading branch information
LeunensMichiel committed Dec 12, 2021
1 parent 05ddb39 commit 76d4c0b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/common/Navbar/NavItems.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
}

.navMenuList {
display: flex;
flex-direction: column;
padding: 0 1rem;
width: 100%;
max-width: 1024px;
Expand All @@ -50,7 +52,7 @@
}

@include theme.breakpoint-up(lg) {
display: flex;
flex-direction: row;
padding: 0;
align-items: stretch;
justify-content: flex-start;
Expand Down
3 changes: 3 additions & 0 deletions components/ui/Button/Button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
}
}
}
&.button-minimal {
box-shadow: none;
}
&.disabled {
border: 0.125rem solid var(--color-btn-disabled-border);
background: var(--color-btn-disabled-bg);
Expand Down
1 change: 1 addition & 0 deletions components/ui/Modal/Modal.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

.modalCloseButton {
margin-left: 0.5rem;
margin-top: -1rem;
margin-right: -1.5rem;

&.noTitle {
Expand Down

0 comments on commit 76d4c0b

Please sign in to comment.