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.
73 lines
1.5 KiB
73 lines
1.5 KiB
4 years ago
|
.body{
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
.topbox{
|
||
|
width: 100%;
|
||
|
height: 80px;
|
||
|
min-height: 80px;
|
||
|
border-bottom: 1px gray solid;
|
||
|
.btnbox{
|
||
|
display: flex;
|
||
|
flex-direction:row-reverse;
|
||
|
float: right;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
height: 100%;
|
||
|
button{
|
||
|
width: 88px;
|
||
|
height: 36px;
|
||
|
}
|
||
|
margin-right:4%;
|
||
|
|
||
|
}
|
||
|
}
|
||
|
.title{
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
margin-top: 2%;
|
||
|
span{
|
||
|
text-align: center;
|
||
|
font-size: 28px;
|
||
|
}
|
||
|
}
|
||
|
.buttonbox{
|
||
|
padding-left: 50px;
|
||
|
button{
|
||
|
margin:0 10px
|
||
|
}
|
||
|
}
|
||
|
.tablebox{
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
table{
|
||
|
width: 50%;
|
||
|
text-align: center;
|
||
|
margin-left: 25%;
|
||
|
margin-top:20px;
|
||
|
th,td{
|
||
|
text-align: center;
|
||
|
font-size: 15px;
|
||
|
color: #000000;
|
||
|
}
|
||
|
}
|
||
|
mat-paginator{
|
||
|
width: 100%;
|
||
|
margin-left: 0%;
|
||
|
}
|
||
|
.mat-column-unitname{
|
||
|
width: 15%;
|
||
|
}
|
||
|
.mat-column-integrity{
|
||
|
width: 13%;
|
||
|
}
|
||
|
.mat-column-operation{
|
||
|
width: 5%;
|
||
|
}
|
||
|
.mat-column-jurisdictionsquadron{
|
||
|
width: 10%;
|
||
|
}
|
||
|
span:hover{
|
||
|
text-decoration:underline
|
||
|
}
|
||
|
}
|
||
|
}
|