blob: 6a06ff15696e91e83c7f97af70dbe3c13379502b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
@import 'varriable.scss';
@import 'mixins.scss';
@import 'extend';
@import 'responsive.scss';
@import 'reset';
@import 'btn';
@import 'section_title';
@import 'slick-nav.scss';
// header
@import 'header';
// slider
@import 'slider';
// about
@import 'about';
// prising
@import 'prising';
// service
@import 'service';
// _team
@import 'team';
// make_apointment
@import 'make_apointment';
// _team
@import '_testmonial';
// _team
@import '_gallery';
// about
@import 'footer';
@import 'bradcam';
// other pages default
// contact
@import 'contact';
// elements
@import 'elements.scss';
// blog
@import 'blog';
// blog part
@import 'blog_part';
|