mirror of
https://github.com/a-mayb3/KanbanCloneAngular.git
synced 2026-03-21 18:05:38 +01:00
Started making global navbar component
This commit is contained in:
parent
bff5e1dcf7
commit
32891140e2
4 changed files with 56 additions and 0 deletions
15
src/app/navbar/navbar.css
Normal file
15
src/app/navbar/navbar.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
nav .navbar {
|
||||
width: 100%;
|
||||
height: max-content;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
padding: 1.5rem;
|
||||
|
||||
}
|
||||
|
||||
span .navbar-title {
|
||||
display: block;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue