-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy path_documentation.scss
More file actions
87 lines (83 loc) · 1.43 KB
/
Copy path_documentation.scss
File metadata and controls
87 lines (83 loc) · 1.43 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
#documentation {
.billboard {
@include fullheight;
min-height: 380px;
@include mobile {
min-height: 320px;
}
@include smallLandscape {
min-height: 380px;
}
display: block;
position: relative;
text-align: center;
background: lighten($lightpink, 30%);
h1 {
margin-top: 38px;
}
.shape-position.shape-position-top {
top: 42px;
@include mobile {
top: 75px;
}
.s-w {
background: lighten($lightpink, 35%);
}
.s-l1 {
opacity: 0.5;
}
}
.intro {
width: 75%;
left: 12.5%;
transform: translate(0, -50%);
z-index: 600;
margin-top: 80px;
@include mobile {
top: 47%;
margin-top: 60px;
}
}
}
.content {
@include mobile {
h2 {
margin-top: 1em;
}
h3 {
margin: 1em 0;
}
.geo-shapes {
padding: 0;
}
}
}
.documentation-items {
padding-bottom: 80px;
@include mobile {
padding-bottom: 40px;
}
}
.doc-links {
hr {
@include mobile {
display: none;
}
margin-bottom: -1.125em;
}
.button {
@include mobile {
display: block;
margin: 0 40px;
}
}
.button + .button {
@include tablet {
margin-left: 100px;
}
@include mobile {
margin-top: 20px;
}
}
}
}