12 lines
320 B
CSS
12 lines
320 B
CSS
![]() |
.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
|
||
|
}
|