Files
Frontend-Internal-Developer…/frontend/src/app/components/header/styles.module.css
2026-02-25 09:22:47 +08:00

11 lines
257 B
CSS

.mainContainer {
display: flex;
height: 84px;
padding: 12px 24px;
justify-content: space-between;
align-items: center;
align-self: stretch;
border-bottom: 1px solid #2c2d3d;
border-bottom: 1px solid color(display-p3 0.1725 0.1765 0.2353);
}