You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.1 KiB
51 lines
1.1 KiB
5 years ago
|
/*-----------------------------------------------------------------------------------
|
||
|
|
||
|
Version: 1.0
|
||
|
|
||
|
-----------------------------------------------------------------------------------
|
||
|
|
||
|
CSS INDEX
|
||
|
===================
|
||
|
|
||
|
01. Theme default CSS
|
||
|
02. Helper Css
|
||
|
03. Mobile Menu Css
|
||
|
04. Header
|
||
|
05. Hero
|
||
|
05.1 Hero Slider One
|
||
|
05.2 Hero Slider Two
|
||
|
06. Search Css
|
||
|
07. About US Css
|
||
|
08. Service Css
|
||
|
10. Property Css
|
||
|
11. Agents Css
|
||
|
12. Testimonial Css
|
||
|
13. brand Css
|
||
|
14. Blog Css
|
||
|
15. Footer Css
|
||
|
16. Widget Css
|
||
|
17. Contact Css
|
||
|
18. Price table Css
|
||
|
19. Login And Resister Css
|
||
|
|
||
|
|
||
|
-----------------------------------------------------------------------------------*/
|
||
|
@import 'variabls';
|
||
|
@import 'common';
|
||
|
@import 'helper';
|
||
|
@import 'navigation';
|
||
|
@import 'header';
|
||
|
@import 'hero';
|
||
|
@import 'search';
|
||
|
@import 'about';
|
||
|
@import 'service';
|
||
|
@import 'properites';
|
||
|
@import 'agents';
|
||
|
@import 'testimonial';
|
||
|
@import 'blog';
|
||
|
@import 'footer';
|
||
|
@import 'widget';
|
||
|
@import 'contact';
|
||
|
@import 'price';
|
||
|
@import 'login-resister';
|