mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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)
|
|
}
|
|
}
|