Skip to content

Commit e313193

Browse files
authored
enhance(notecards,callouts): reduce borders (#10943)
* enhance(notecards): remove border * enhance(notecards): reduce left border width * enhance(callouts): remove border
1 parent 2cd44e4 commit e313193

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: client/src/document/index.scss

-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,6 @@ pre {
544544

545545
.callout {
546546
background: var(--background-secondary);
547-
border: 1px solid var(--border-primary);
548547
border-radius: var(--elem-radius);
549548
box-shadow: var(--shadow-01);
550549
display: flex;

Diff for: client/src/ui/molecules/notecards/index.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
--note-background: var(--background-information);
33
--note-theme: var(--icon-information);
44
background-color: var(--note-background);
5-
border: 1px solid var(--border-secondary);
6-
border-left: 4px solid var(--note-theme);
5+
border-left: 2px solid var(--note-theme);
76
border-radius: var(--elem-radius);
87
box-shadow: var(--shadow-01);
98
margin: 1rem 0;

0 commit comments

Comments
 (0)