evalua.css 659 B

1234567891011121314151617181920
  1. /*
  2. To change this license header, choose License Headers in Project Properties.
  3. To change this template file, choose Tools | Templates
  4. and open the template in the editor.
  5. */
  6. /*
  7. Created on : 29/06/2020, 05:22:45 PM
  8. Author : Ale
  9. */
  10. .ajustaBuscar{ margin-left: auto; margin-right: 2rem; }
  11. #tablaDatos .ing-ojo{ font-size: 20px; }
  12. #tablaDatos .ing-ojo:hover { opacity: 0.5; }
  13. #tablaDatos .ing-aceptar{ font-size: 30px; }
  14. .bordeInf{ border-bottom: 2px solid #001D68; }
  15. .bordeInf:nth-last-of-type(1){ border-bottom: 0; }
  16. @media (max-width:576px) {
  17. .ajustaBuscar{ margin-left: auto; margin-right: auto; }
  18. .titProyecto{ text-align: center; }
  19. }