This repository was archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_about.scss
126 lines (117 loc) · 2.45 KB
/
_about.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
.about-low-area{
// left content
position: relative;
.about-caption{
p{
font-size: 16px;
color: #64676c;
line-height: 1.6;
margin-bottom: 43px;
padding-right: 50px;
@media #{$lg}{
padding-right: 20px;
}
@media #{$sm}{
padding-right: 0px;
}
@media #{$xs}{
padding-right: 0px;
}
}
}
.single-caption {
display: flex;
align-items: center;
.caption-icon span {
color: #212025;
font-size: 35px;
margin-bottom: 0;
display: block;
}
.caption {
padding-left: 20px;
h5{
color: #26264b;
font-size: 20px;
font-weight: 500;
}
p {
color: #7f8192;
font-size: 14px;
margin-bottom: 0px;
display: block;
line-height: 1.7;
}
}
}
// Right img
.about-img{
@media #{$md}{
padding-top: 50px;
}
@media #{$sm}{
padding-top: 50px;
}
@media #{$xs}{
padding-top: 50px;
}
.about-font-img{
position: absolute;
z-index: 1;
left: 80px;
bottom: 0;
& img{
@media #{$xs}{
width: 100%;
}
}
}
.about-back-img{
position: absolute;
top: 0;
right: 0;
z-index: 0;
& img{
@media #{$xs}{
width: 90%;
}
}
@media #{$md}{
position: unset;
}
@media #{$sm}{
position: unset;
}
@media #{$xs}{
position: unset;
}
}
}
}
.about-caption{
@media #{$xs}{
margin-bottom: 35px;
}
}
.bg-height.pb-160{
@media #{$xs}{
padding-bottom: 100px;
}
}
//About Details page
.about-details{
.about-details-cap{
h4{
font-size: 30px;
font-family: $font_1;
font-weight: 700;
margin-bottom:30px;
color:#000a2d;
display: inline-block;
}
p{
color: #464d65;
font-size: 16px;
}
}
}