| 12345678910111213141516171819202122232425262728293031323334 |
- /* - Ajusta los estilos que indica que la tabla aún no tiene datos */
- .data-empty {
- position: relative;
- background-color: #071d49;
- color: white;
- font-size: 16pt;
- text-align: center;
- padding: 20px;
- }
- .ml-10 {
- margin-left: 30px !important;
- }
- .filters {
- display: flex;
- justify-content: center;
- }
- .flex-item {
- display: flex;
- justify-content: center;
- margin-left: 2%;
- height: 45px;
- }
- .text-white {
- color: white;
- }
- .select-width {
- width: 80%;
- }
|