Initial commit

This commit is contained in:
Local Administrator
2025-04-18 10:32:42 +02:00
commit b83134aca3
29643 changed files with 3045897 additions and 0 deletions

94
assets/sass/style.sass Normal file
View File

@@ -0,0 +1,94 @@
@charset "UTF-8";
/*----------------------------------------------------------------------
Template Name: Ravelo - Travel & Tour Booking HTML Template
Template URI: https://webtend.net/demo/html/ravelo/
Author: WebTend
Author URI: https://webtend.net/
Version: 1.0
Note: This is Main Style CSS File.
/*----------------------------------------------------------------------
CSS INDEX
----------------------
## Default Style
## Common Classes
## Repeat Style
## Padding Margin
## Custom Animation
## Header style
## Hero Area
## Banner Area
## Destinations Area
## Counter Area
## About Area
## Features Area
## Mobile App
## Testimonials
## Instagram
## Newsletter
## Team Area
## CTA Area
## Benefit Area
## Products
## Client Logo
## Contact Forms
## Videos
## Gallery
## Blog Area
## FAQs Area
## 404 Error
## Pricing
## Skillbar
## Activity Area
## Sidebar Widgets
## Main Footer
/* --------------------------------------------------------------
// IMPORT ALL SASS DIRECTORY FILES
// global variables
@import "variables"
// global mixins
@import "mixins"
// base directories
@import "default"
@import "common-classes"
@import "extend"
@import "spacing"
@import "custom-animation"
// All Sections
@import "sections/header"
@import "sections/hero"
@import "sections/banner"
@import "sections/destinations"
@import "sections/counter"
@import "sections/about"
@import "sections/features"
@import "sections/mobile-app"
@import "sections/testimonials"
@import "sections/instagram"
@import "sections/newsletter"
@import "sections/team"
@import "sections/cta"
@import "sections/benefit"
@import "sections/products"
@import "sections/client-logo"
@import "sections/contact"
@import "sections/videos"
@import "sections/gallery"
@import "sections/blog"
@import "sections/faqs"
@import "sections/error"
@import "sections/pricing"
@import "sections/skillbar"
@import "sections/activity"
@import "sections/widgets"
@import "sections/footer"
// import any additional sass below...