xref: /template/sprintdoc/css/plugins/highlight_parent.less (revision 789be9bd00adae2bd601dfbd5f63df8215f74894)
1/**
2 * This file provides styles for highlight plugin
3 */
4
5/* + + + + +  global  + + + + + */
6#plugin__highlightparent {
7    clear: none;
8    display: block;
9    position: relative;
10
11    + * {
12        clear: both;
13        padding-top: 1em; // as h1
14    }
15}
16
17@media @screen_max-md {
18    #plugin__highlightparent {
19        clear: both;
20        margin-top: 1rem;
21    }
22}
23