wip: alpha version
This commit is contained in:
37
front/src/app/page/task/task.component.scss
Normal file
37
front/src/app/page/task/task.component.scss
Normal file
@ -0,0 +1,37 @@
|
||||
:host {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
> div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.toolbar {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
margin-top: 1rem;
|
||||
|
||||
> div {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
button {
|
||||
margin-left: auto;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
div.table {
|
||||
flex: 1 0 0;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
div.pager {
|
||||
margin-top: auto;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user