-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_counter.scss
133 lines (128 loc) · 3.63 KB
/
_counter.scss
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
.counter_area{
padding-bottom: 85px;
padding-top: 12px;
.single_counter{
margin-bottom: 30px;
@media #{$mobile_device} {
text-align: center;
}
h3{
color: #FDAE5C;
font-weight: 500;
font-size: 42px;
margin-bottom: 0;
span{
span{
}
}
}
p{
color: #919191;
font-size: 15px;
font-weight: 400;
margin-bottom: 0;
}
}
}
.home_details{
background-image: url(../img/banner/home_details.png);
background-size: cover;
background-position: center center;
padding: 140px 0;
@media #{$mobile_device} {
padding: 80px 0;
}
.owl-carousel .owl-item img {
display: inline-block;
width: auto;
}
.owl-carousel .owl-nav div{
left: -147px;
background: #DDDBD0;
color: #001D38;
border-color: transparent;
&.owl-next{
left: auto;
right: -147px;
}
}
.modern_home_info{
background: #fff;
margin-top: 20px;
padding: 50px 30px 30px 30px;
@include border-radius(10px);
position: relative;
.modern_home_info_inner{
span.for_sale{
@include border-radius(5px);
background: #FDAE5C;
padding: 9px 21px;
position: absolute;
left: 0;
top: 0;
font-size: 15px;
color: #fff;
font-weight: 500;
top: -20px;
left: 34px;
}
.info_header{
border-bottom: 1px solid #E8E8E8;
margin-bottom: 13px;
padding-bottom: 29px;
h3{
color: #001D38;
font-size: 24px;
font-weight: 500;
}
.popular_pro{
img{
}
span{
color: #919191;
font-size: 13px;
font-weight: 400;
display: inline-block;
position: relative;
top: 1px;
margin-left: 5px;
}
}
}
.info_content{
ul{
margin-bottom: 20px;
li{
display: inline-block;
margin-right: 41px;
@media #{$mobile_device} {
margin-right: 7px;
}
span{
color: #001D38;
font-size: 13px;
font-weight: 400;
}
}
}
p{
font-size: 15px;
line-height: 28px;
color: #727272;
margin-bottom: 0;
margin-bottom: 13px;
}
.prise_view_details{
span{
color: #FF5748;
font-size: 24px;
font-weight: 500;
}
a{
padding: 7px 23px;
}
}
}
}
}
}