forked from plaid/quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.module.scss
More file actions
53 lines (43 loc) · 813 Bytes
/
Copy pathindex.module.scss
File metadata and controls
53 lines (43 loc) · 813 Bytes
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
@import "~plaid-threads/scss/variables";
.endpointContainer {
display: grid;
grid-template-columns: 100% 100% 100%;
width: 100%;
border-top: 1px solid $200;
}
.post {
margin: 2 * $unit 0px 2 * $unit 3 * $unit;
font-size: 1.4rem;
}
.endpointContents {
margin: 3 * $unit 4 * $unit;
}
.endpointHeader {
margin-bottom: $unit;
}
.endpointName {
font-weight: bold;
font-size: 2 * $unit;
padding-right: $unit;
}
.schema {
font-size: 2 * $unit;
font-family: $font-stack-monospace;
letter-spacing: -0.24px;
}
.endpointDescription {
font-size: 1.4rem;
line-height: 2 * $unit;
}
.buttonsContainer {
display: flex;
flex-direction: column;
}
.sendRequest {
margin: 2 * $unit 2 * $unit $unit 3 * $unit;
width: 100%;
}
.pdf {
margin: 0 2 * $unit 0 3 * $unit;
width: 100%;
}