Skip to content

Commit bbb0da4

Browse files
committed
style: add box-shadow to table icons for depth
1 parent fc9b792 commit bbb0da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ui/src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,13 +407,13 @@
407407

408408
.doc .admonitionblock td.icon i {
409409
align-items: center;
410-
border-radius: 0.45rem;
411410
display: inline-flex;
412411
filter: initial;
413412
height: 1.25rem;
414413
padding: 0 0.5rem;
415414
vertical-align: initial;
416415
width: fit-content;
416+
box-shadow: 2px 2px #000;
417417
}
418418

419419
.doc .admonitionblock td.icon i::after {

0 commit comments

Comments
 (0)