forked from bloominstituteoftechnology/Preprocessing-II
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome-page.less
88 lines (69 loc) · 1.27 KB
/
home-page.less
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
header {
display: flex;
justify-content: space-between;
align-content: center;
border-bottom: 2px dashed @navigation-border;
h1{
padding: 5px;
}
}
.home {
@media @mobile {
padding: 20px;
}
.landing-content {
border-bottom: 2px dashed @navigation-border;
.landing-img {
margin-bottom: 10px;
}
}
.content-section {
margin: 30px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
.text-content {
width: 48%;
padding-right: 1%;
}
.img-content {
width: 48%;
padding-left: 1%;
img {
border-radius: 10px;
}
}
}
.inverse-content {
padding-bottom: 30px;
border-bottom: 2px dashed @navigation-border;
.text-content {
padding-left: 1%;
padding-right: 0;
}
.img-content {
padding-right: 1%;
padding-left: 0;
}
}
.content-destination {
width: 75%;
margin: 0 auto 30px;
img {
border-radius: 10px;
}
}
.content-pick {
padding-top: 30px;
border-top: 2px dashed @navigation-border;
display: flex;
justify-content: space-between;
.destination {
width: 30%;
margin-bottom: 30px;
.btn {
.fun-btn();
}
}
}
}// home