11 lines
210 B
SCSS
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);
|
|
}
|