/* ------------------------------------------------------------------- * Template Name : ################# * Theme Author Name : Vayes Web Bilişim * Created Date : 13 Temmuz 2021 * Version : 1.1 ------------------------------------------------------------------- */ /* ------------------------------------------------------------------- ------------------------ / Base ------------------------ / * 01.Reset * 02.Veriables * 03.Bootstrap * 04.Typography * 05.Utilities * 06.Mixin ------------------------ / Libraries ------------------------ / * 07.Aos * 08.Font Awesome * 09.Magnific Popup * 10.Swiper ------------------------ / THEMES ------------------------ / * 11.Animations ------------------------ / ELEMENTS ------------------------ / * 12.Header * 13.Footer * 14.Breadcrump ------------------------ / PAGES ------------------------ / * 15.Anasayfa */ /* BASE START */ /* ***************************** 1. RESET ************************ */ @import "abstracts/reset"; /* ***************************** 2. VERİABLES ************************ */ @import "abstracts/variables"; /* ***************************** 3. BOOTSTRAP ************************ */ @import "../../node_modules/bootstrap/scss/functions"; @import "../../node_modules/bootstrap/scss/variables"; @import "../../node_modules/bootstrap/scss/mixins"; @import "../../node_modules/bootstrap/scss/utilities"; @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"; /* ***************************** 4. TYPOGRAPHY ************************ */ @import "base/typography"; /* ***************************** 5. UTILITIES ************************ */ @import "abstracts/utilities"; /* ***************************** 6. MIXIN ************************ */ @import "abstracts/mixin"; /* BASE END */ /* LIBRARIES */ /* ***************************** 7. AOS ************************ */ // 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"; /* ***************************** 8. FONTAWESOME ************************ */ // 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'; @import '../../node_modules/@fortawesome/fontawesome-free/scss/brands.scss'; @import '../../node_modules/@fortawesome/fontawesome-free/scss/regular.scss'; @import '../../node_modules/@fortawesome/fontawesome-free/scss/solid.scss'; /* flag-icon start */ @import '../../node_modules/flag-icon-css/css/flag-icon.min.css'; /* flag-icon end */ /* ***************************** 9. MAGNIFIC POPUP ************************ */ // Magnific Popup Kütüphanesi @import '../../node_modules/magnific-popup/src/css/main.scss'; /* ***************************** 10. SWIPER ************************ */ // Swiper Kütüphanesi @import "base/swiper"; //Swiper okları için yazılmış scss @import '../../node_modules/swiper/swiper.scss'; /* LIBRARIES END */ /* THEMES */ /* ***************************** 11. ANIMATIONS ************************ */ // Animasyonlar bu alana yazılır @import "themes/animations"; /* THEMES END */ /* ELEMENTS */ // Header footer ve breadcrump stilleri /* ***************************** 12. HEADER ************************ */ @import "elements/header"; /* ***************************** 13. FOOTER ************************ */ @import "elements/footer"; /* ***************************** 14. BREADCRUMP ************************ */ @import "elements/breadcrumb"; /* ELEMENTS END */ /* PAGES */ // Sayfalar /* ***************************** 15. ANASAYFA ************************ */ @import "pages/anasayfa"; /* PAGES END */