Skip to content

Commit

Permalink
enhance(notecards,callouts): reduce borders (#10943)
Browse files Browse the repository at this point in the history
* enhance(notecards): remove border

* enhance(notecards): reduce left border width

* enhance(callouts): remove border
  • Loading branch information
caugner authored Apr 19, 2024
1 parent 2cd44e4 commit e313193
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion client/src/document/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ pre {

.callout {
background: var(--background-secondary);
border: 1px solid var(--border-primary);
border-radius: var(--elem-radius);
box-shadow: var(--shadow-01);
display: flex;
Expand Down
3 changes: 1 addition & 2 deletions client/src/ui/molecules/notecards/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
--note-background: var(--background-information);
--note-theme: var(--icon-information);
background-color: var(--note-background);
border: 1px solid var(--border-secondary);
border-left: 4px solid var(--note-theme);
border-left: 2px solid var(--note-theme);
border-radius: var(--elem-radius);
box-shadow: var(--shadow-01);
margin: 1rem 0;
Expand Down

0 comments on commit e313193

Please sign in to comment.