Skip to content

Commit d1d2f2d

Browse files
committed
[DOP-37884] Rename styles file
1 parent 334df9c commit d1d2f2d

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

File renamed without changes.

mddocs/docs/_static/autodoc_pydantic.css renamed to mddocs/docs/_static/stylesheets/mermaid_zoom.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.mermaid {
22
cursor: zoom-in;
3-
}
3+
}
44

55
.mermaid-zoom-overlay {
66
position: fixed;
@@ -13,7 +13,7 @@
1313
z-index: 9999;
1414
padding: 48px 2vw 2vh;
1515
box-sizing: border-box;
16-
}
16+
}
1717

1818
.mermaid-zoom-toolbar {
1919
position: fixed;
@@ -26,7 +26,7 @@
2626
padding: 8px 12px;
2727
background: rgba(0, 0, 0, 0.7);
2828
box-sizing: border-box;
29-
}
29+
}
3030

3131
.mermaid-zoom-toolbar button {
3232
background: rgba(255, 255, 255, 0.15);
@@ -37,19 +37,19 @@
3737
font-size: 16px;
3838
cursor: pointer;
3939
line-height: 1;
40-
}
40+
}
4141

4242
.mermaid-zoom-toolbar button:hover {
4343
background: rgba(255, 255, 255, 0.3);
44-
}
44+
}
4545

4646
.mermaid-zoom-toolbar .mermaid-zoom-close {
4747
margin-left: auto;
48-
}
48+
}
4949

5050
.mermaid-zoom-overlay svg {
5151
display: block;
5252
background: white;
5353
height: auto;
5454
cursor: default;
55-
}
55+
}

mddocs/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ theme:
3737
name: Switch to system preference
3838

3939
extra_css:
40-
- _static/custom.css
41-
- _static/autodoc_pydantic.css
40+
- _static/stylesheets/custom.css
41+
- _static/stylesheets/mermaid_zoom.css
4242

4343
extra_javascript:
4444
- _static/javascripts/mermaid_zoom.js

0 commit comments

Comments
 (0)