Files
FastGPT/docSite/assets/docs/scss/custom/pages/_custom.scss
Carson Yang be3b680bc6 Docs: add community (#293)
Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
2023-09-13 13:55:50 +08:00

29 lines
628 B
SCSS

.docs-content .main-content img, .docs-content .main-content svg:not(.gitinfo svg) {
max-width: 80% !important;
height: auto;
display: block !important;
margin: 0 auto !important;
border-radius: .25rem;
}
div.code-toolbar {
padding-top: 1.95rem !important;
}
.docs-content .main-content pre code::before {
background: #fc625d;
border-radius: 50%;
box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
content: ' ';
height: 12px;
left: 12px;
margin-top: -21px;
position: absolute;
width: 12px;
z-index: 1;
}
p {
margin-top: 1rem !important;
margin-bottom: 1rem;
}