mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-03 15:27:17 +08:00
commit
128a336875
@ -1,23 +1,29 @@
|
||||
.markdown-section>ul,
|
||||
.markdown-section>ol,
|
||||
.markdown-section>p {
|
||||
.markdown-section > ul,
|
||||
.markdown-section > ol,
|
||||
.markdown-section > p {
|
||||
font-size: 1.3rem;
|
||||
line-height: 1.7
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
li.folder p strong {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.pkg {
|
||||
padding: 0 0 2rem 0;
|
||||
background: #fefefe;
|
||||
border-bottom: solid 1px #ccc;
|
||||
}
|
||||
|
||||
.pkg .pkg-desc { line-height: 1.6; }
|
||||
.pkg .pkg-priority { background-color: #ddd; padding: 2px 6px; border-radius: 12px; }
|
||||
.pkg .pkg-desc {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.pkg .pkg-priority {
|
||||
background-color: #ddd;
|
||||
padding: 2px 6px;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
warn {
|
||||
border: solid 2px #42b983;
|
||||
@ -29,3 +35,4 @@ warn {
|
||||
padding: 12px 24px !important;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
/*# sourceMappingURL=styles.css.map */
|
9
docs/assets/styles.css.map
Normal file
9
docs/assets/styles.css.map
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AAAA,AAAA,iBAAiB,GAAC,EAAE;AACpB,iBAAiB,GAAC,EAAE;AACpB,iBAAiB,GAAC,CAAC,CAAC;EACnB,SAAS,EAAE,MAAM;EACjB,WAAW,EAAE,GACd;CAAC;;AAED,AAAA,EAAE,AAAA,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC;EAClB,MAAM,EAAE,OAAO;CACf;;AAED,AAAA,IAAI,CAAC;EACJ,OAAO,EAAE,UAAU;EACnB,UAAU,EAAE,OAAO;EACnB,aAAa,EAAE,cAAc;CAC7B;;AAED,AAAA,IAAI,CAAC,SAAS,CAAC;EAAE,WAAW,EAAE,GAAG;CAAI;;AACrC,AAAA,IAAI,CAAC,aAAa,CAAC;EAAE,gBAAgB,EAAE,IAAI;EAAE,OAAO,EAAE,OAAO;EAAE,aAAa,EAAE,IAAI;CAAI;;AAEtF,AAAA,IAAI,CAAC;EACJ,MAAM,EAAE,iBAAiB;EACzB,OAAO,EAAE,IAAI;EACb,OAAO,EAAE,KAAK;CACd;;AAED,AAAA,IAAI,CAAC;EACJ,OAAO,EAAE,oBAAoB;EAC7B,SAAS,EAAE,MAAM;CACjB",
|
||||
"sources": [
|
||||
"styles.scss"
|
||||
],
|
||||
"names": [],
|
||||
"file": "styles.css"
|
||||
}
|
30
docs/assets/styles.scss
Normal file
30
docs/assets/styles.scss
Normal file
@ -0,0 +1,30 @@
|
||||
.markdown-section>ul,
|
||||
.markdown-section>ol,
|
||||
.markdown-section>p {
|
||||
font-size: 1.3rem;
|
||||
line-height: 1.7
|
||||
}
|
||||
|
||||
li.folder p strong {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.pkg {
|
||||
padding: 0 0 2rem 0;
|
||||
background: #fefefe;
|
||||
border-bottom: solid 1px #ccc;
|
||||
}
|
||||
|
||||
.pkg .pkg-desc { line-height: 1.6; }
|
||||
.pkg .pkg-priority { background-color: #ddd; padding: 2px 6px; border-radius: 12px; }
|
||||
|
||||
warn {
|
||||
border: solid 2px #42b983;
|
||||
padding: 20px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.pre {
|
||||
padding: 12px 24px !important;
|
||||
font-size: 0.8rem;
|
||||
}
|
Loading…
Reference in New Issue
Block a user