-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_hooper.scss
More file actions
119 lines (99 loc) · 2.2 KB
/
_hooper.scss
File metadata and controls
119 lines (99 loc) · 2.2 KB
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
section .hooper-pagination {
bottom: -4rem;
width: 100%;
.hooper-indicators {
width: 100%;
&:before {
content: '';
position: absolute;
display: block;
width: auth;
left: 1rem;
right: 1rem;
background-color: $gray;
height: 1px;
bottom: 24px;
z-index: -1;
}
li {
flex: 1;
text-align: center;
}
}
.hooper-indicator {
background-color: transparent;
width: 100%;
height: 40px;
&:after {
content: '';
display: block;
width: 25%;
height: 6px;
border-radius: 6px;
}
&.is-active:after {
background-color: $darker;
}
}
}
section .hooper-team {
height: auto;
}
section .hooper-use-cases {
height: auto;
}
.card-metrics-dark {
margin-top: 100%;
margin-bottom: 1rem;
@media (min-width: map-get($grid-breakpoints, 'lg')) {
margin: 0;
position: absolute;
top: 25%;
right: 0;
margin-right: -200px;
}
}
section .hooper-metrics {
height: 100%;
.card {
margin-right: 1rem;
}
.hooper-track {
height: auto;
}
@media (min-width: map-get($grid-breakpoints, 'lg')) {
.hooper-list {
position: relative;
overflow: visible;
}
.hooper-track {
height: 100%;
}
.hooper-slide {
position: absolute;
height: auto;
.card {
width: 400px !important;
margin: 0;
}
&:nth-child(1) {
bottom: 40%;
right: 0;
margin-right: 0px;
}
&:nth-child(2) {
left: 0;
bottom: 30%;
margin-left: -350px;
.card {
width: 450px !important;
}
}
&:nth-child(3) {
left: 0;
bottom: 10%;
margin-left: -150px;
}
}
}
}