Files
sqlight/assets/module.css/output/header.module.css
2025-05-17 02:41:36 +08:00

22 lines
280 B
CSS

.container {
display: flex;
color: var(--font-color);
white-space: nowrap;
&::before,
&::after {
flex: 1 1 auto;
margin: auto;
border-top: var(--border);
content: '';
}
&::before {
margin-right: 2%;
}
&::after {
margin-left: 2%;
}
}