xref: /template/sprintdoc/css/plugins/do_tasks.less (revision e15f331cf897e088961daa142db5bcc01481d8c5)
1/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
2/* all media */
3/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
4
5ul.page-attributes{
6    .plugin__do_pagetasks{
7        &.do_none{
8            border: 1px solid @color-border;
9            border-radius: @border-radius;
10            color: @color-nav;
11            display: inline-block;
12            height: 1rem;
13            min-height: 1.2em;
14            min-width: 1.4em;
15            box-sizing: content-box;
16            padding: .3em .25em .15em;
17            position: relative;
18        }
19        .num{
20            position: absolute;
21            padding: .2em .3em .1em;
22            text-align: center;
23            font-size: .6rem;
24            line-height: 100%;
25            font-weight: 400;
26            right: -0.3em;
27            top: -0.4em;
28            background-color: @color-border;
29            border-radius: 2px;
30            color: @color-nav;
31        }
32        .prefix{
33            .fontello();
34            .hide-text-show-before();
35            .icon-clipboard();
36            color: @color-nav;
37            font-size: .8rem;
38        }
39    }
40}
41