xref: /template/sprintdoc/css/plugins/do_tasks.less (revision 3554750745055d770bc152162c46711324e4186f)
1/**
2 * This file provides styles for do-task plugin
3 */
4
5
6/* + + + + +  global  + + + + + */
7
8ul.page-attributes {
9    .plugin__do_pagetasks {
10        &.do_none {
11            position: relative;
12            border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
13
14            strong {
15                overflow: hidden;
16                background-color: @ini_background;
17                border-color: @noopentasks-border;
18                color: @ini_text_webframe;
19            }
20
21            .num {
22                margin-top: 1px;
23                background-color: @noopentasks-border; // fix
24                color: @noopentasks-color; // fix
25            }
26        }
27    }
28}
29