schlechtenburg/packages/example-site/components/PageToolbar.scss

8 lines
137 B
SCSS

.ex-page-toolbar {
position: sticky;
top: 0;
border-bottom: 1px solid var(--grey-2);
display: flex;
justify-content: center;
}