1/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ 2/* all media */ 3/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ 4 5ul.page-attributes { 6 .plugin__do_pagetasks { 7 @icon-size: 2em; 8 9 .btn-usertools-num (); 10 11 .prefix { 12 .fontello(); 13 .hide-text-show-before(); 14 .icon-clipboard(); 15 16 font-size: .8rem; 17 min-height: @icon-size; 18 min-width: @icon-size; 19 color: @color-nav; 20 transition: @transition color; 21 } 22 23 &.do_none { 24 position: relative; 25 height: 1rem; 26 width: 1rem; 27 box-sizing: border-box; 28 border: 1px solid @color-border; 29 border-radius: @border-radius; 30 padding: 0 .2em; 31 } 32 } 33} 34