| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- /*!
- [Table of contents]
- * Background
- * Typography
- * Layouts
- + Body & Wrapper
- + Main Header
- + Sidebar
- * Layouts Color
- * Components
- + Breadcrumbs
- + Cards
- - Card Stats
- - Card Task
- - Card States
- - Card Posts
- - Card Pricing
- - Card Annoucement
- - Card Profile
- - Accordion
- + Inputs
- + Tables
- + Navbars
- + Navsearch
- + Badges
- + Dropdowns
- + Charts
- + Alerts
- + Buttons
- + Navtabs
- + Popovers
- + Progress
- + Paginations
- + Sliders
- + Modals
- + Timeline
- + Maps
- + Invoice
- + Messages
- + Tasks
- + Settings
- * Plugins
- + jQueryUI
- + jQuery Scrollbar
- + Css Animate
- + Full Calendar
- + SweetAlert
- + Datatables
- * Responsive
- # [Color codes]
- body-text-color: #575962
- white-color: #ffffff
- black-color: #191919
- transparent-bg : transparent
- default-color : #282a3c
- primary-color : #177dff
- secondary-color : #716aca
- info-color : #36a3f7
- success-color : #35cd3a
- warning-color : #ffa534
- danger-color : #f3545d
- -------------------------------------------------------------------*/
-
- @import "atlantis/variables";
- @import "atlantis/outlinefocus";
- @import "atlantis/typography";
- @import "atlantis/opacity";
- //layouts
- @import "atlantis/layouts";
- @import "atlantis/layouts-colors";
- //components
- @import "atlantis/components";
- //plugins
- @import "atlantis/plugins";
- //responsive
- @import "atlantis/responsive";
- //Background
- @import "atlantis/background";
|