16 lines
161 B
CSS
16 lines
161 B
CSS
.table{
|
|
margin: 0 auto;
|
|
border: 1px solid;
|
|
}
|
|
|
|
.td{
|
|
padding: 12px 16px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.warning{
|
|
font-weight: bold;
|
|
color: red;
|
|
text-align: center;
|
|
}
|