mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-18 12:33:22 +00:00
feat: rtk query + routing
feat: layout feat: page component
This commit is contained in:
13
src/components/ui/header/header.module.scss
Normal file
13
src/components/ui/header/header.module.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.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);
|
||||
}
|
||||
Reference in New Issue
Block a user