Skip to content

Commit

Permalink
fix(style): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Jun 2, 2024
1 parent f726390 commit 492e343
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/blox-tailwind/assets/css/components/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
}

.hb-card svg {
width: 1.5rem;
@apply text-neutral-700;

width: 1.5rem;
transition: color 0.3s ease;
}

Expand Down
3 changes: 3 additions & 0 deletions modules/blox-tailwind/assets/css/components/sidebar-left.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@media (max-width: 1024px) {
.hb-sidebar-container {
@apply fixed top-0 w-full bottom-0 z-[15] pt-[calc(var(--navbar-height))] overscroll-contain;

contain: layout style;
transition: transform 0.8s cubic-bezier(0.52, 0.16, 0.04, 1);
will-change: transform, opacity;
Expand All @@ -15,9 +16,11 @@
li > div {
@apply h-0;
}

li.open > div {
@apply h-auto pt-1;
}

li.open > a > span > svg > path {
@apply rotate-90;
}
Expand Down
1 change: 1 addition & 0 deletions modules/blox-tailwind/assets/css/components/steps.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
@apply bg-gray-100 dark:bg-hb-dark;
@apply text-neutral-700 dark:text-neutral-200 text-base font-normal text-center -indent-px;
@apply mt-[3px] ml-[-41px];

content: counter(hb-step);
}
}
2 changes: 1 addition & 1 deletion modules/blox-tailwind/assets/dist/wc.min.css

Large diffs are not rendered by default.

0 comments on commit 492e343

Please sign in to comment.