mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
remove website node-scss dep (#14275)
This commit is contained in:
parent
ceda1e98b9
commit
1dd20773ae
3918
website/package-lock.json
generated
3918
website/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@
|
||||
"write-translations": "docusaurus-write-translations",
|
||||
"version": "docusaurus-version",
|
||||
"rename-version": "docusaurus-rename-version",
|
||||
"compile-scss": "node-sass scss/custom.scss > static/css/custom.css",
|
||||
"compile-scss": "sass scss/custom.scss > static/css/custom.css",
|
||||
"link-lint": "npm run build && node script/link-lint.js",
|
||||
"spellcheck": "mdspell --en-us --ignore-numbers --report '../docs/**/*.md' || (./script/notify-spellcheck-issues && false)"
|
||||
},
|
||||
@ -22,7 +22,7 @@
|
||||
"devDependencies": {
|
||||
"docusaurus": "^1.14.7",
|
||||
"markdown-spellcheck": "^1.3.1",
|
||||
"node-sass": "^7.0.0"
|
||||
"sass": "^1.62.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"fast-glob": "^3.2.2",
|
||||
|
@ -17,63 +17,79 @@
|
||||
*/
|
||||
@media only screen and (max-width: 1024px) {
|
||||
.navigationSlider .slidingNav ul li:last-child {
|
||||
padding-top: 8px; } }
|
||||
|
||||
padding-top: 8px;
|
||||
}
|
||||
}
|
||||
.fixedHeaderContainer header img {
|
||||
position: absolute;
|
||||
top: -4px;
|
||||
height: 42px;
|
||||
margin: 0; }
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.navigationSlider .slidingNav ul li > a {
|
||||
color: #9caeff;
|
||||
font-weight: 600;
|
||||
font-size: 15px; }
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.toc .toggleNav .navGroup .navGroupSubcategoryTitle {
|
||||
color: #717171; }
|
||||
color: #717171;
|
||||
}
|
||||
|
||||
.algolia-autocomplete .algolia-docsearch-footer {
|
||||
display: none; }
|
||||
display: none;
|
||||
}
|
||||
|
||||
pre code {
|
||||
max-height: 500px; }
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
.mainContainer a {
|
||||
color: #4460de; }
|
||||
color: #4460de;
|
||||
}
|
||||
|
||||
footer.druid-footer {
|
||||
line-height: 1.4em;
|
||||
padding: 32px 0 48px 0;
|
||||
background-color: #f3f3f3;
|
||||
border-top: 1px solid white;
|
||||
margin-top: 50px; }
|
||||
footer.druid-footer .text-center {
|
||||
text-align: center; }
|
||||
footer.druid-footer a {
|
||||
color: #4460de;
|
||||
cursor: pointer;
|
||||
font-weight: 600; }
|
||||
footer.druid-footer a:hover {
|
||||
color: #4460de; }
|
||||
footer.druid-footer .license {
|
||||
margin-top: 12px;
|
||||
font-size: 11px;
|
||||
color: #aaa;
|
||||
line-height: 1.4em; }
|
||||
footer.druid-footer .license a {
|
||||
color: inherit;
|
||||
font-weight: inherit; }
|
||||
footer.druid-footer .license a:hover {
|
||||
color: #4460de;
|
||||
text-decoration: underline; }
|
||||
footer.druid-footer .fa, footer.druid-footer .fab, footer.druid-footer .fas {
|
||||
font-size: 18px;
|
||||
margin: 6px 0;
|
||||
color: #4460de; }
|
||||
margin-top: 50px;
|
||||
}
|
||||
footer.druid-footer .text-center {
|
||||
text-align: center;
|
||||
}
|
||||
footer.druid-footer a {
|
||||
color: #4460de;
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
}
|
||||
footer.druid-footer a:hover {
|
||||
color: #4460de;
|
||||
}
|
||||
footer.druid-footer .license {
|
||||
margin-top: 12px;
|
||||
font-size: 11px;
|
||||
color: #aaa;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
footer.druid-footer .license a {
|
||||
color: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
footer.druid-footer .license a:hover {
|
||||
color: #4460de;
|
||||
text-decoration: underline;
|
||||
}
|
||||
footer.druid-footer .fa, footer.druid-footer .fab, footer.druid-footer .fas {
|
||||
font-size: 18px;
|
||||
margin: 6px 0;
|
||||
color: #4460de;
|
||||
}
|
||||
|
||||
.navGroups > .navGroup:last-child {
|
||||
display: none; }
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* testing inline images */
|
||||
article p img,
|
||||
@ -81,4 +97,5 @@ article iframe {
|
||||
display: inline;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 100%; }
|
||||
max-width: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user