Add action buttons and status bar
This commit is contained in:
10
web/components/action-buttons/ActionButtons.module.scss
Normal file
10
web/components/action-buttons/ActionButtons.module.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.row {
|
||||
margin: 5px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
button {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user