Files
dc/client/src/app/app.component.scss
T
sead ebe6972dd7
Build / Build-and-ng-test (pull_request) Successful in 4m19s
Build / Build-and-test-development (pull_request) Successful in 9m51s
Lighthouse Checks / lighthouse (pull_request) Successful in 18m8s
feat(editor): VA embed filter modes with pending UX
2026-06-25 14:53:24 +02:00

11 lines
210 B
SCSS

.va-back-bar {
position: sticky;
top: 0;
z-index: 1000;
display: flex;
justify-content: flex-start;
padding: 0.35rem 0.6rem;
background: #fafafa;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}