CSS styling overhaul
FIXED Issue with rendering time - minutes now in fixed 2-digit format ADD Sidebar Topbar components to help with UI/UX ADD Avatar and Menu PNG files for style TODO Improve styling ET AL removed redundant code
This commit is contained in:
parent
7e5f5bdf77
commit
4117c11c35
16 changed files with 261 additions and 66 deletions
10
src/Topbar/Topbar.css
Normal file
10
src/Topbar/Topbar.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
.topbar {
|
||||
width: 100vw;
|
||||
height: 10%;
|
||||
z-index: 5;
|
||||
display: flex;
|
||||
justify-content: baseline;
|
||||
}
|
||||
.topbar-span .children {
|
||||
margin-left: 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue