template redesign
This commit is contained in:
parent
77d4a15da5
commit
f414dd9577
31 changed files with 1156 additions and 80 deletions
40
css/plugins/do_tasks.less
Normal file
40
css/plugins/do_tasks.less
Normal file
|
@ -0,0 +1,40 @@
|
|||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* 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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue