mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
4443d3640a
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
20 lines
275 B
CSS
20 lines
275 B
CSS
.mantine-Modal-root {
|
|
.mantine-Modal-inner { inset: 0; }
|
|
|
|
ol {
|
|
list-style-type: decimal;
|
|
}
|
|
|
|
.mantine-List-root {
|
|
min-width: 100%;
|
|
}
|
|
|
|
.mantine-List-itemWrapper {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.mantine-Prism-copy {
|
|
background-color: rgb(20, 21, 23)
|
|
}
|
|
}
|