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.
34 lines
428 B
34 lines
428 B
5 years ago
|
|
||
|
.magin {
|
||
|
margin: 18px 0 17px 10px;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
.Box {
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
padding-left: 10px;
|
||
|
.right {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.mat-tree-node {
|
||
|
width: 400px;
|
||
|
position: relative;
|
||
|
.float {
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
}
|
||
|
}
|
||
|
.maginTop {
|
||
|
margin: 10px 0;
|
||
|
}
|
||
|
|
||
|
.example-radio-group {
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.example-radio-button {
|
||
|
margin: 5px;
|
||
|
}
|