Skip to content

Commit

Permalink
fix base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Oct 9, 2023
1 parent 8018585 commit 52cdeb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
6 changes: 6 additions & 0 deletions resources/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ table thead {
padding-top: 8px;
padding-bottom: 8px
}

.pg-actions {
display: flex;
gap: 4px;
width: 100%;
}
7 changes: 0 additions & 7 deletions resources/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,3 @@
width: 1.5em;
height: 1.5em;
}

.pg-actions {
display: flex;
gap: 4px;
width: 100%;
}

4 changes: 0 additions & 4 deletions resources/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@
hover:shadow-sm disabled:opacity-80 disabled:cursor-not-allowed rounded-lg gap-x-2 text-sm px-3 py-2 border border-pg-primary-300
text-pg-primary-500 hover:bg-pg-primary-100 ring-pg-primary-200
}

.pg-actions {
@apply flex gap-2 w-full
}

0 comments on commit 52cdeb7

Please sign in to comment.