95 lines
2.1 KiB
Sass
95 lines
2.1 KiB
Sass
@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...
|