/* ------------------------------------------------------------------- * Template Name : ################# * Theme Author Name : Vayes Web Bilişim * Created Date : 28 Mayıs 2021 * Version : 1.0 ------------------------------------------------------------------- */ /* ------------------------------------------------------------------- Base ------------------------ / * 01.Base * 02.Typography * 03.Helper Class ------------------------ / Components ------------------------ / * 04.Buttons * 05.Animations * 06.Form(Input, Comment) * 07.Pagination * 08.Preloader ------------------------ / Layout ------------------------ / * 09.Header * 10.Hero * 11.About * 12.Services * 13.Work Process * 14.Portfolio * 15.Counters * 16.Our Team * 17.Our Clients * 18.Our Pricing * 19.Latest Blog * 20.Footer * 21.Breadcrumb * 22.Sidebar ------------------------ / Inner Pages ------------------------ / * 23.Blog Single Post * 24.Contact Us Page * 25.Portfolio Single * 26.404 Page * 27.Services Detail Page * 28.About Page ------------------------ / Home Pages ------------------------ / * 29.Home Slider Background * 30.Home Particles Background * 31.Home Ripples Background * 32.Home Youtube Bg Video * 33.Home Svg Pattern 1 * 34.Home Svg Pattern 2 * 35.Home Svg Pattern 3 * 36.Home Svg Pattern 4 * 37.Intro Page */ // 1. Önce işlevleri dahil edin (böylece renkleri, SVG'leri, hesaplamayı vb. İşleyebilirsiniz) @import "../../node_modules/bootstrap/scss/functions"; // 2. Tüm varsayılan değişken geçersiz kılmalarını buraya ekleyin // Base @import "base/typography"; // Abstracts @import "abstracts/variable"; // 3. Gerekli Bootstrap stil sayfalarının kalanını dahil edin @import "../../node_modules/bootstrap/scss/variables"; @import "../../node_modules/bootstrap/scss/mixins"; @import "../../node_modules/bootstrap/scss/utilities"; // 4. İsteğe bağlı herhangi bir Bootstrap bileşenini istediğiniz gibi ekleyin @import "../../node_modules/bootstrap/scss/root"; @import "../../node_modules/bootstrap/scss/reboot"; @import "../../node_modules/bootstrap/scss/type"; @import "../../node_modules/bootstrap/scss/images"; @import "../../node_modules/bootstrap/scss/containers"; @import "../../node_modules/bootstrap/scss/grid"; @import "../../node_modules/bootstrap/scss/tables"; @import "../../node_modules/bootstrap/scss/forms"; @import "../../node_modules/bootstrap/scss/buttons"; @import "../../node_modules/bootstrap/scss/transitions"; @import "../../node_modules/bootstrap/scss/dropdown"; @import "../../node_modules/bootstrap/scss/button-group"; @import "../../node_modules/bootstrap/scss/nav"; @import "../../node_modules/bootstrap/scss/navbar"; @import "../../node_modules/bootstrap/scss/card"; @import "../../node_modules/bootstrap/scss/accordion"; @import "../../node_modules/bootstrap/scss/breadcrumb"; @import "../../node_modules/bootstrap/scss/pagination"; @import "../../node_modules/bootstrap/scss/badge"; @import "../../node_modules/bootstrap/scss/alert"; @import "../../node_modules/bootstrap/scss/progress"; @import "../../node_modules/bootstrap/scss/list-group"; @import "../../node_modules/bootstrap/scss/close"; @import "../../node_modules/bootstrap/scss/toasts"; @import "../../node_modules/bootstrap/scss/modal"; @import "../../node_modules/bootstrap/scss/tooltip"; @import "../../node_modules/bootstrap/scss/popover"; @import "../../node_modules/bootstrap/scss/carousel"; @import "../../node_modules/bootstrap/scss/spinners"; @import "../../node_modules/bootstrap/scss/offcanvas"; @import "../../node_modules/bootstrap/scss/helpers"; @import "../../node_modules/bootstrap/scss/utilities/api"; // 5. Dışarıdan eklediğiniz kütüphaneleri ekleyin. // Aos Scroll Animasyon Kütüphanesi @import "../../node_modules/aos/src/sass/core"; @import "../../node_modules/aos/src/sass/easing"; @import "../../node_modules/aos/src/sass/animations"; // Fontawesome İcon Kütüphanesi @import '../../node_modules/@fortawesome/fontawesome-free/scss/variables'; @import '../../node_modules/@fortawesome/fontawesome-free/scss/mixins'; @import '../../node_modules/@fortawesome/fontawesome-free/scss/core'; @import '../../node_modules/@fortawesome/fontawesome-free/scss/larger'; @import '../../node_modules/@fortawesome/fontawesome-free/scss/fixed-width'; @import '../../node_modules/@fortawesome/fontawesome-free/scss/list'; @import '../../node_modules/@fortawesome/fontawesome-free/scss/bordered-pulled'; @import '../../node_modules/@fortawesome/fontawesome-free/scss/animated'; @import '../../node_modules/@fortawesome/fontawesome-free/scss/rotated-flipped'; @import '../../node_modules/@fortawesome/fontawesome-free/scss/stacked'; @import '../../node_modules/@fortawesome/fontawesome-free/scss/icons'; @import '../../node_modules/@fortawesome/fontawesome-free/scss/screen-reader'; // Magnific Popup Kütüphanesi @import '../../node_modules/magnific-popup/src/css/main.scss'; // 6.Buraya kendi scss dosyalarınızı ekleyin. // Abstracts @import "abstracts/mixin"; @import "abstracts/utilities"; // Themes // @import "themes/"; // Vendors // @import "vendors/"; // Components // @import "components/"; // Helpers // @import "helper/"; // Pages // @import "pages/";