-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9455f6
commit e140bbb
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
@import './fieldset'; | ||
@import './panel'; | ||
@import './scrollpanel'; | ||
@import './toolbar'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |