index.css 835 B

123456789101112131415161718192021222324252627282930
  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 : 26/03/2020, 06:44:41 PM
  8. Author : Ale
  9. */
  10. .content{height: 700px;background: url('../imagenes/fondochecador.jpg') no-repeat; object-fit: fit;}
  11. .logSize{ width: 50% !important; max-width: 600px; }
  12. .icon{ font-size:2rem; color: #001D68; }
  13. .defaultShadow{ -webkit-box-shadow: 0 0 5px 1px rgba(150,150,150,.2); box-shadow: 0 0 5px 1px rgba(150,150,150,.2); }
  14. .btn-lg.arrow:after{margin-top:7px !important;}
  15. @media (max-width: 768px){
  16. .content{
  17. height: 400px;
  18. }
  19. .logSize{
  20. width: 90% !important;
  21. }
  22. .logSize h1{font-size: 2em;}
  23. }
  24. @media (max-height: 768px){
  25. .content{
  26. height: 500px;
  27. }
  28. }