20 lines
242 B
CSS
20 lines
242 B
CSS
table {
|
|
font-size: 90%;
|
|
}
|
|
|
|
td, th {
|
|
padding: 5px; /* Reducir el relleno para que las celdas sean más pequeñas */
|
|
}
|
|
|
|
.btn-margin {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.btn-primary {
|
|
font-size: 90%;
|
|
}
|
|
|
|
.btn-danger {
|
|
font-size: 90%;
|
|
}
|