38 lines
1.8 KiB
PHP
38 lines
1.8 KiB
PHP
<style>
|
|
.table-container {
|
|
overflow-x: auto;
|
|
width: 100%;
|
|
}
|
|
table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
border: 1px solid black;
|
|
}
|
|
th, td {
|
|
border: 1px solid black;
|
|
padding: 8px;
|
|
text-align: left;
|
|
}
|
|
th {
|
|
background-color: #facc15;
|
|
}
|
|
.bg-blue-200 {
|
|
background-color: #bfdbfe;
|
|
}
|
|
.bg-white {
|
|
background-color: #ffffff;
|
|
}
|
|
.text-xs {
|
|
font-size: 0.75rem;
|
|
}
|
|
.mt-2 {
|
|
margin-top: 0.5rem;
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.mr-2 {
|
|
margin-right: 0.5rem;
|
|
}
|
|
</style> |