| 12345678910111213141516171819202122232425262728293031 |
- /*
- 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 : 26/03/2020, 06:44:41 PM
- Author : Ale
- */
- .content{height: 700px; min-height: 650px; background: url('../img/fondoinicionavidad.png') no-repeat; object-fit: fill; background-position: top center; background-size: cover;}
- .logSize{ width: 50% !important; max-width: 600px; margin-top:7em;}
- .icon{ font-size:2rem; color: #001D68; }
- .defaultShadow{ -webkit-box-shadow: 0 0 5px 1px rgba(150,150,150,.2); box-shadow: 0 0 5px 1px rgba(150,150,150,.2); }
- .btn-lg.arrow:after{margin-top:7px !important;}
- @media (max-width: 768px){
- .content{
- height: 400px;
- }
- .logSize{
- width: 90% !important;
- margin-top:1em;
- }
- .logSize h1{font-size: 2em;}
- }
- @media (max-height: 768px){
- .content{
- height: 500px;
- }
- }
|