-
Notifications
You must be signed in to change notification settings - Fork 66.9k
Expand file tree
/
Copy pathAskAIResults.module.scss
More file actions
70 lines (60 loc) · 1.18 KB
/
AskAIResults.module.scss
File metadata and controls
70 lines (60 loc) · 1.18 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
@import "@primer/css/support/variables/layout.scss";
$bodyPadding: 0 16px 0px 16px;
$mutedTextColor: var(--fgColor-muted, var(--color-fg-muted, #656d76));
.container {
max-width: 100%;
width: 100%;
}
.disclaimerText {
display: block;
font-size: small !important;
font-weight: var(--base-text-weight-normal, 400) !important;
color: $mutedTextColor;
margin: 8px 0px 18px 0px;
padding: $bodyPadding;
a {
color: $mutedTextColor;
text-decoration: underline;
}
}
.markdownBodyOverrides {
font-size: small;
margin-top: 4px;
margin-bottom: 16px;
padding: $bodyPadding;
ul,
ol {
list-style-type: decimal !important;
}
}
.referencesTitle {
margin: 0;
padding-left: 0 !important;
}
.referencesList {
padding-left: 16px !important;
}
.loadingContainer {
display: flex;
width: 100%;
align-items: center;
justify-content: center;
min-height: 200px;
height: 200px;
}
.displayForScreenReader {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.postAnswerWidgets {
display: flex;
flex-direction: row;
padding-left: 12px !important;
}