Skip to content

Commit

Permalink
Add toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 8, 2024
1 parent e9455f6 commit e140bbb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/styles/presets/aura/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
@import './fieldset';
@import './panel';
@import './scrollpanel';
@import './toolbar';
12 changes: 12 additions & 0 deletions assets/styles/presets/aura/toolbar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.p-toolbar {
@apply flex items-center justify-between flex-wrap p-3 gap-2
bg-surface-0 dark:bg-surface-900
text-surface-700 dark:text-surface-0
border border-surface-200 dark:border-surface-700 rounded-md
}

.p-toolbar-start,
.p-toolbar-center,
.p-toolbar-end {
@apply flex items-center
}

0 comments on commit e140bbb

Please sign in to comment.