Files
flashcards-example-project/src/components/ui/header/header.module.scss
andres 01da35833c feat: rtk query + routing
feat: layout
feat: page component
2023-12-23 13:20:47 +01:00

14 lines
263 B
SCSS

.header {
width: 100%;
position: fixed;
left: 0;
top: 0;
right: 0;
height: var(--header-height);
padding: 12px 24px;
display: flex;
align-items: center;
border-bottom: 1px solid var(--Dark-500, #333);
background: var(--Dark-700, #171717);
}