%PDF- %PDF-
Direktori : /var/www/html/evablog/resources/assets/sass/ |
Current File : /var/www/html/evablog/resources/assets/sass/app.scss |
// Fonts @import url("https://fonts.googleapis.com/css?family=Noto+Sans"); // Variables @import "variables"; @import '~font-awesome/scss/font-awesome.scss'; // Bootstrap @import '~bootstrap/scss/bootstrap'; .navbar-laravel { background-color: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); } .welcome-container { width: 100vw; height: 80vh; } .welcome-title { text-align: center; line-height: 80vh; margin: 0; animation: slide-in-in 1.5s infinite; } .content-container { margin-bottom: $footer-height; } @keyframes slide-in-in { 0% { opacity: 0.7; } 50% { opacity: 0.85; } 100% { opacity: 1; } } .fade-enter-active, .fade-leave-active { transition: opacity .5s } .fade-enter, .fade-leave-to { opacity: 0 } .eva-s.image-container { margin: 10px; width: calc(100% - 20px); overflow: hidden; .image { padding-bottom: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; transform: scale(1); transition: transform .5s; z-index: -1; .content { display: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; text-align: center; background-color: rgba(0, 0, 0, 0); .row { width: 100%; margin: 0 15px; .image-icon { margin: 0 5px; } } } } &:hover { cursor: pointer; .image { transform: scale(1.05); transition: transform .5s; .content { display: flex; background-color: rgba(0, 0, 0, 0.3); } } } } .footer { position: fixed; right: 0; bottom: 0; left: 0; height: $footer-height; line-height: $footer-height; background: rgba(0, 0, 0, 0.3); } .no-padding { padding: 0; } .full-screen-modal { .modal-dialog { max-width: 100%; height: 100%; margin: 0; } .modal, .modal-content { width: 100%; height: 100%; padding: 0 !important; .modal-body { height: 100%; .close-button { position: absolute; right: 30px; z-index: 999999; .btn:hover .fa { color: $black; } } .image-container { height: 99%; img { max-height: 90vh; } } } } } .VueCarousel-navigation { button { color: white !important; font-size: 3em; $nav-margin-size: 30px; &.VueCarousel-navigation-next { margin-right: $nav-margin-size; } &.VueCarousel-navigation-prev { margin-left: $nav-margin-size; } } } @media screen and (max-width: 768px) { .VueCarousel-navigation { display: none; } } .parallax-container { .parallax { background-image: url("https://scontent.ftia3-1.fna.fbcdn.net/v/t1.0-9/31076788_1787008814941793_2733158592386131036_n.jpg?_nc_cat=0&oh=f1ebe1fce1a17b3f0f70272fd0f7401f&oe=5BAD7832"); min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; .title { font-size: 50px; height: 80px; margin: 0; text-align: center; position: relative; top: 135px; background: rgba(0, 0, 0, 0.5); } } } .scroll-to-top { position: fixed; right: 35px; bottom: 35px; width: 50px; height: 50px; line-height: 50px; text-align: center; border-radius: 50%; border: 2px solid; cursor: pointer; }