You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
541 B
35 lines
541 B
4 years ago
|
table {
|
||
|
width: 100%;
|
||
|
th,td{
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|
||
|
form{
|
||
|
text-align: center;
|
||
|
button{
|
||
|
margin: 0 12px;
|
||
|
}
|
||
|
}
|
||
|
mat-tree{
|
||
|
width: 500px;
|
||
|
button{
|
||
|
display: block;
|
||
|
float: right;
|
||
|
}
|
||
|
mat-tree-node{
|
||
|
position: relative;
|
||
|
.deleted{
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
}
|
||
|
.create{
|
||
|
position: absolute;
|
||
|
right: 80px;
|
||
|
}
|
||
|
.edit{
|
||
|
position: absolute;
|
||
|
right: 40px;
|
||
|
}
|
||
|
}
|
||
|
}
|