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.
|
|
|
.box{
|
|
|
|
width:100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0 auto;
|
|
|
|
.createBtn{
|
|
|
|
height: 60px;
|
|
|
|
line-height: 60px;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
.tablebox{
|
|
|
|
table{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.mat-header-cell{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.mat-cell{
|
|
|
|
text-align: center;
|
|
|
|
span{
|
|
|
|
color: #0000BF;
|
|
|
|
margin: 0 3px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
span:hover{
|
|
|
|
text-decoration:underline
|
|
|
|
}
|
|
|
|
.grey{
|
|
|
|
color: grey;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
.green{
|
|
|
|
color: #70b603;
|
|
|
|
}
|
|
|
|
.red{
|
|
|
|
color: #d9001b;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.dialog{
|
|
|
|
.title{
|
|
|
|
h1{
|
|
|
|
font-size: 25px;
|
|
|
|
font-weight: 900;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|