Changed font-family 'Lato-Regular' to 'Lato-light' except Navbar and order form and changed some styles as per template
This commit is contained in:
		
					parent
					
						
							
								445e8e3583
							
						
					
				
			
			
				commit
				
					
						059f1bb680
					
				
			
		
					 1 changed files with 24 additions and 5 deletions
				
			
		|  | @ -20,7 +20,7 @@ h3, | ||||||
| h4, | h4, | ||||||
| h5, | h5, | ||||||
| h6 { | h6 { | ||||||
|     font-family: 'Lato-Regular', sans-serif; |     font-family: 'Lato-light', sans-serif; | ||||||
|     font-weight: 300; |     font-weight: 300; | ||||||
| } | } | ||||||
| /*blue light #5A74AF*/ | /*blue light #5A74AF*/ | ||||||
|  | @ -108,10 +108,12 @@ h6 { | ||||||
| } | } | ||||||
| .navbar-default .navbar-nav>li>a { | .navbar-default .navbar-nav>li>a { | ||||||
|     cursor: pointer; |     cursor: pointer; | ||||||
|  |     font-family: 'Lato-Regular', sans-serif; | ||||||
| } | } | ||||||
| .navbar-transparent .navbar-nav>li>a { | .navbar-transparent .navbar-nav>li>a { | ||||||
|     color: #fff; |     color: #fff; | ||||||
|     cursor: pointer; |     cursor: pointer; | ||||||
|  |     font-family: 'Lato-Regular', sans-serif; | ||||||
| } | } | ||||||
| .navbar-transparent .navbar-nav>li>a:hover { | .navbar-transparent .navbar-nav>li>a:hover { | ||||||
|     color: #fff; |     color: #fff; | ||||||
|  | @ -145,11 +147,13 @@ h6 { | ||||||
| } | } | ||||||
| .navbar-transparent .nav-language .select-language{ | .navbar-transparent .nav-language .select-language{ | ||||||
|     color: #fff; |     color: #fff; | ||||||
|  |     font-family: 'Lato-Regular', sans-serif; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .nav-language .select-language span{ | .nav-language .select-language span{ | ||||||
|     margin-left: 5px; |     margin-left: 5px; | ||||||
|     margin-right: 5px; |     margin-right: 5px; | ||||||
|  |     font-family: 'Lato-Regular', sans-serif; | ||||||
| 
 | 
 | ||||||
| } | } | ||||||
| .nav-language .drop-language{ | .nav-language .drop-language{ | ||||||
|  | @ -171,6 +175,7 @@ h6 { | ||||||
| } | } | ||||||
| .nav-language .drop-language a{ | .nav-language .drop-language a{ | ||||||
|    cursor: pointer; |    cursor: pointer; | ||||||
|  |    font-family: 'Lato-Regular', sans-serif; | ||||||
| } | } | ||||||
| .navbar-transparent .nav-language .drop-language{ | .navbar-transparent .nav-language .drop-language{ | ||||||
|     background: transparent; |     background: transparent; | ||||||
|  | @ -178,6 +183,7 @@ h6 { | ||||||
| } | } | ||||||
| .navbar-transparent .nav-language .drop-language a{ | .navbar-transparent .nav-language .drop-language a{ | ||||||
|     color: #fff; |     color: #fff; | ||||||
|  |     font-family: 'Lato-Regular', sans-serif; | ||||||
| } | } | ||||||
| .nav-language:hover .drop-language{ | .nav-language:hover .drop-language{ | ||||||
|     display: block; |     display: block; | ||||||
|  | @ -610,7 +616,7 @@ h6 { | ||||||
|     background: #fff; |     background: #fff; | ||||||
| } | } | ||||||
| #tech_stack h3 { | #tech_stack h3 { | ||||||
|     font-size: 45px; |     font-size: 42px; | ||||||
|     width: 70%; |     width: 70%; | ||||||
| } | } | ||||||
| hr.thick-divider { | hr.thick-divider { | ||||||
|  | @ -628,14 +634,14 @@ tech-sub-sec h2 { | ||||||
| } | } | ||||||
| .logo-wrap { | .logo-wrap { | ||||||
|     text-align: center; |     text-align: center; | ||||||
|     min-height: 125px; |     min-height: 140px; | ||||||
|     padding: 20px 40px 30px 40px; |     padding: 20px 40px 30px 40px; | ||||||
| } | } | ||||||
| .btm-space{ | .btm-space{ | ||||||
| 	padding-bottom: 8px; | 	padding-bottom: 8px; | ||||||
| } | } | ||||||
| .percent-text { | .percent-text { | ||||||
|     font-size: 60px; |     font-size: 53px; | ||||||
|     color: #999; |     color: #999; | ||||||
| } | } | ||||||
| .tech-sub-sec h2 { | .tech-sub-sec h2 { | ||||||
|  | @ -668,7 +674,18 @@ tech-sub-sec h2 { | ||||||
|     background: transparent; |     background: transparent; | ||||||
|     text-decoration: underline !important; |     text-decoration: underline !important; | ||||||
| } | } | ||||||
| 
 | .logo-wrap .logo-caption { | ||||||
|  |     padding-top: 20px; | ||||||
|  |     display: inline-block; | ||||||
|  |     color: #999 !important; | ||||||
|  | } | ||||||
|  | .lead-light { | ||||||
|  |     color: #999 !important; | ||||||
|  |     line-height: 32px !important; | ||||||
|  | } | ||||||
|  | .logo-wrap-1 { | ||||||
|  |     padding-top: 50px; | ||||||
|  | } | ||||||
| /*Pricing page*/ | /*Pricing page*/ | ||||||
| 
 | 
 | ||||||
| .price-calc-section{ | .price-calc-section{ | ||||||
|  | @ -676,6 +693,7 @@ tech-sub-sec h2 { | ||||||
|     background: -webkit-linear-gradient(top, #f0f4f7, #fff) no-repeat; |     background: -webkit-linear-gradient(top, #f0f4f7, #fff) no-repeat; | ||||||
|     background: linear-gradient(to bottom, #f0f4f7, #fff) no-repeat; |     background: linear-gradient(to bottom, #f0f4f7, #fff) no-repeat; | ||||||
|     display: flex; |     display: flex; | ||||||
|  |     font-family: 'Lato-Regular', sans-serif; | ||||||
| } | } | ||||||
| .price-calc-section .text{ | .price-calc-section .text{ | ||||||
|    width: 50%; |    width: 50%; | ||||||
|  | @ -731,6 +749,7 @@ tech-sub-sec h2 { | ||||||
|     padding: 15px 40px; |     padding: 15px 40px; | ||||||
| } | } | ||||||
| .price-calc-section .card .title h3{ | .price-calc-section .card .title h3{ | ||||||
|  | 	font-family: 'Lato-Regular', sans-serif; | ||||||
| } | } | ||||||
| .price-calc-section .card .price{ | .price-calc-section .card .price{ | ||||||
|     background: #5A74AF; |     background: #5A74AF; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue