Convert docdock theme from submodule to native files and fix Hugo compatibility
This commit is contained in:
32
themes/docdock/static/scss/original/shortcodes.scss
Normal file
32
themes/docdock/static/scss/original/shortcodes.scss
Normal file
@@ -0,0 +1,32 @@
|
||||
// main: theme.scss
|
||||
/*
|
||||
Here lives CSS required for shortcodes
|
||||
*/
|
||||
|
||||
// == Children shortcode ==
|
||||
|
||||
.children p {
|
||||
font-size: small;
|
||||
margin-top: 0px;
|
||||
padding-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
.children-li p {
|
||||
font-size: small;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.children-h2 p, .children-h3 p {
|
||||
font-size: small;
|
||||
margin-top: 0px;
|
||||
padding-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
.children h3,.children h2 {
|
||||
margin-bottom: 0px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user