Skip to content

Commit

Permalink
add filter container css (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev authored Nov 3, 2023
1 parent 2721d81 commit 48b51bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,17 @@ table thead {
transition: all 0.3s ease;
transform: rotate(0deg);
}

.bs5-rotate-90 {
transition: all 0.3s ease;
transform: rotate(90deg);
}

.bs5-w-h-1_5em {
width: 1.5em;
height: 1.5em;
}

.pg-filter-container {
@apply py-3;
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class="mt-2 md:mt-0"
x-transition:leave="transform duration-100"
x-transition:leave-start="opacity-100 scale-100"
x-transition:leave-end="opacity-0 scale-90"
class="py-3"
class="pg-filter-container"
>
@php
$customConfig = [];
Expand Down

0 comments on commit 48b51bc

Please sign in to comment.