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

8 lines
137 B
SCSS
Raw Normal View History

2022-12-29 02:47:45 +00:00
.ex-page-toolbar {
position: sticky;
top: 0;
border-bottom: 1px solid var(--grey-2);
display: flex;
justify-content: center;
}