Add action buttons and status bar
This commit is contained in:
10
web/components/ui/Statusbar/Statusbar.module.scss
Normal file
10
web/components/ui/Statusbar/Statusbar.module.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.statusbar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
justify-content: space-between;
|
||||
height: 30px;
|
||||
width: 100%;
|
||||
background-color: black;
|
||||
}
|
||||
Reference in New Issue
Block a user