docs: add documentation for v1.8 (#3669)
This commit is contained in:
@@ -40,6 +40,26 @@ details summary {
|
||||
--ifm-paragraph-margin-bottom: 0;
|
||||
}
|
||||
|
||||
.reference-table.table-col-4 th:nth-child(1),
|
||||
.reference-table.table-col-4 td:nth-child(1) {
|
||||
width: 20% !important;
|
||||
}
|
||||
|
||||
.reference-table.table-col-4 th:nth-child(2),
|
||||
.reference-table.table-col-4 td:nth-child(2) {
|
||||
width: 20% !important;
|
||||
}
|
||||
|
||||
.reference-table.table-col-4 th:nth-child(3),
|
||||
.reference-table.table-col-4 td:nth-child(3) {
|
||||
width: 40% !important;
|
||||
}
|
||||
|
||||
.reference-table.table-col-4 th:nth-child(4),
|
||||
.reference-table.table-col-4 td:nth-child(4) {
|
||||
width: 20% !important;
|
||||
}
|
||||
|
||||
.reference-table th:nth-child(1),
|
||||
.reference-table td:nth-child(1) {
|
||||
width: 30%;
|
||||
|
||||
@@ -134,6 +134,16 @@
|
||||
--medusa-tag-orange-text: #AD5700;
|
||||
--medusa-tag-orange-icon: #FFB224;
|
||||
--medusa-tag-orange-border: #FFD386;
|
||||
--medusa-tag-green-bg: #DDF3E4;
|
||||
--medusa-tag-green-bg-hover: #CCEBD7;
|
||||
--medusa-tag-green-text: #18794E;
|
||||
--medusa-tag-green-icon: #30A46C;
|
||||
--medusa-tag-green-border: #B4DFC4;
|
||||
--medusa-tag-blue-bg: #E1F0FF;
|
||||
--medusa-tag-blue-bg-hover: #CEE7FE;
|
||||
--medusa-tag-blue-text: #006ADC;
|
||||
--medusa-tag-blue-icon: #0091FF;
|
||||
--medusa-tag-blue-border: #B7D9F8;
|
||||
}
|
||||
|
||||
/** Dark theme **/
|
||||
@@ -204,4 +214,14 @@ html[data-theme="dark"] {
|
||||
--medusa-tag-orange-text: #F1A10D;
|
||||
--medusa-tag-orange-icon: #FFB224;
|
||||
--medusa-tag-orange-border: #573300;
|
||||
--medusa-tag-green-bg: #113123;
|
||||
--medusa-tag-green-bg-hover: #133929;
|
||||
--medusa-tag-green-text: #4CC38A;
|
||||
--medusa-tag-green-icon: #30A46C;
|
||||
--medusa-tag-green-border: #164430;
|
||||
--medusa-tag-blue-bg: #102A4C;
|
||||
--medusa-tag-blue-bg-hover: #0F3058;
|
||||
--medusa-tag-blue-text: #52A9FF;
|
||||
--medusa-tag-blue-icon: #0091FF;
|
||||
--medusa-tag-blue-border: #0D3868;
|
||||
}
|
||||
Reference in New Issue
Block a user