This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* -------------------- DOWNLOAD BLOCK -------------------- */ | |
| .download-block { | |
| padding: 10px 20px; | |
| background-color: #363f4b; | |
| margin-top: 20px; | |
| color: #fff; | |
| } | |
| .download-block__title { | |
| font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; | |
| text-transform: uppercase; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- to up button --> | |
| <div class="to-up"> | |
| <i class="fa fa-arrow-up" aria-hidden="true"></i> | |
| </div> | |
| <!-- end to up button --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <section class="slider-first-screen"> | |
| <div class="slider"> | |
| {% if settings.data.slide_1.image_1_1250x710 != "" or settings.data.slide_1.video_1 != "" %} | |
| <div> | |
| <div class="slider-first-screen__shadow--top"></div> | |
| {% if settings.data.slide_1.video_1 != "" %} | |
| <video class="slider-first-screen__video" loop autoplay> | |
| <source src="{{settings.data.slide_1.video_1}}" type="video/mp4"> | |
| </video> | |
| {% endif %} |
NewerOlder