mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
33 lines
520 B
SCSS
33 lines
520 B
SCSS
// 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;
|
|
}
|