fuck_microsoft_access/static/css/clients/index.css
2026-01-15 22:08:40 +02:00

42 lines
703 B
CSS

.table {
margin: 0 auto;
width: 80%;
font-size: 0.95rem;
border-radius: 8px;
overflow: hidden;
border-collapse: collapse;
border: 5px double black;
}
.table-header {
border: 5px double black;
}
.table-header-item {
padding-top: 1px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 1px;
border: 1px solid black;
border-left: 0.5px thin gray;
border-right: 0.5px thin gray;
}
.table-body {
border: 5px double black;
}
.table-cell {
padding-top: 1px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 1px;
border: 1px solid black;
border-left: 0.5px thin gray;
border-right: 0.5px thin gray;
}