mesmre.component.css 476 B

12345678910111213141516171819202122232425262728293031323334
  1. /* - Ajusta los estilos que indica que la tabla aún no tiene datos */
  2. .data-empty {
  3. position: relative;
  4. background-color: #071d49;
  5. color: white;
  6. font-size: 16pt;
  7. text-align: center;
  8. padding: 20px;
  9. }
  10. .ml-10 {
  11. margin-left: 30px !important;
  12. }
  13. .filters {
  14. display: flex;
  15. justify-content: center;
  16. }
  17. .flex-item {
  18. display: flex;
  19. justify-content: center;
  20. margin-left: 2%;
  21. height: 45px;
  22. }
  23. .text-white {
  24. color: white;
  25. }
  26. .select-width {
  27. width: 80%;
  28. }