12 lines
210 B
CSS
Executable File
12 lines
210 B
CSS
Executable File
.p-toolbar {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.p-toolbar-group-left,
|
|
.p-toolbar-group-right {
|
|
display: flex;
|
|
align-items: center;
|
|
} |