-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathmdx.css
More file actions
37 lines (30 loc) · 882 Bytes
/
mdx.css
File metadata and controls
37 lines (30 loc) · 882 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
.ws-content.pf-v6-l-stack > [class*="pf-v6-c-content"] {
margin-bottom: 0;
}
.ws-content {
max-width: 825px;
}
.ws-code {
display: inline-block;
background-color: var(--pf-t--global--background--color--secondary--default);
padding: 1px var(--pf-t--global--spacer--sm);
border: var(--pf-t--global--border--width--regular) solid var(--pf-t--global--border--color--nonstatus--gray--default);
white-space: pre-wrap;
font-size: var(--pf-t--global--font--size--body--sm);
font-family: var(--pf-t--global--font--family--mono);
}
.ws-content-table > .ws-table {
margin-bottom: var(--pf-t--global--spacer--md);
}
.ws-image {
text-align: center;
}
.ws-back-to-top {
z-index: var(--pf-t--global--z-index--2xl);
}
.ws-autolink-header:not(:first-child) {
margin-top: var(--pf-t--global--spacer--md);
}
.ws-example-page-wrapper {
max-width: min(100%, 825px);
}