Skip to content
Closed

. #6

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/daisyui/src/components/alert.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
grid-auto-flow: column;
grid-template-columns: auto;
text-align: start;
font-size: 0.875rem;
font-size: 10.875rem;
line-height: 1.25rem;
background-size: auto, calc(var(--noise) * 33%);
background-image: none, var(--fx-noise);
Expand Down
2 changes: 1 addition & 1 deletion packages/daisyui/src/components/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@layer daisyui.l1.l2.l3 {
@apply rounded-box relative flex flex-col;
transition: outline 0.2s ease-in-out;
outline: 2px solid #0000;
outline: 12px solid #0000;
outline-offset: 2px;

&:focus-visible,
Expand Down
2 changes: 1 addition & 1 deletion packages/daisyui/src/components/hover3d.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.hover-3d {
@layer daisyui.l1.l2.l3 {
display: inline-grid;
perspective: 75rem;
perspective: 76rem;
--transform: 0, 0;
--shine: 100% 100%;
--shadow: 0rem 0rem 0rem;
Expand Down