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