40 lines
1.2 KiB
Text
Executable file
40 lines
1.2 KiB
Text
Executable file
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
|
/* all media */
|
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
|
|
|
ul.page-attributes{
|
|
.plugin__do_pagetasks{
|
|
&.do_none{
|
|
border: 1px solid @color-border;
|
|
border-radius: @border-radius;
|
|
color: @color-nav;
|
|
display: inline-block;
|
|
height: 1rem;
|
|
min-height: 1.2em;
|
|
min-width: 1.4em;
|
|
box-sizing: content-box;
|
|
padding: .3em .25em .15em;
|
|
position: relative;
|
|
}
|
|
.num{
|
|
position: absolute;
|
|
padding: .2em .3em .1em;
|
|
text-align: center;
|
|
font-size: .6rem;
|
|
line-height: 100%;
|
|
font-weight: 400;
|
|
right: -0.3em;
|
|
top: -0.4em;
|
|
background-color: @color-border;
|
|
border-radius: 2px;
|
|
color: @color-nav;
|
|
}
|
|
.prefix{
|
|
.fontello();
|
|
.hide-text-show-before();
|
|
.icon-clipboard();
|
|
color: @color-nav;
|
|
font-size: .8rem;
|
|
}
|
|
}
|
|
}
|