icon-buttons font-size + padding

This commit is contained in:
Silke Pisulla 2017-01-04 10:36:44 +01:00
commit bdad3fbdc3
4 changed files with 48 additions and 40 deletions

View file

@ -13,11 +13,12 @@ ul.page-attributes {
.hide-text-show-before();
.icon-clipboard();
font-size: .8rem;
min-height: @icon-size;
min-width: @icon-size;
color: @color-nav;
transition: @transition color;
display: block;
width: 100%;
box-sizing: border-box;
font-size: 1.3em;
margin: .2rem 0 0;
}
&.do_none {
@ -27,7 +28,6 @@ ul.page-attributes {
box-sizing: border-box;
border: 1px solid @color-border;
border-radius: @border-radius;
padding: 0 .2em;
}
}
}