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

@ -53,6 +53,8 @@
}
}
/* + + + + + icon list + + + + + */
.page-attributes {
float: right;
display: inline-block;
@ -67,6 +69,17 @@
float: left;
.prefix {
.fontello();
.hide-text-show-before();
.icon-clipboard();
color: @color-nav;
font-size: 1.3em;
margin-top: .2rem;
}
/* check !!! */
&.do_none {
&:not([class*="plugin__qc"]) {
background-color: @color-site-bg;
@ -77,27 +90,12 @@
color: @color-nav;
}
}
/* end check !!! */
&.plugin__qc {
display: inline-block;
overflow: visible;
}
.prefix {
.fontello();
.hide-text-show-before();
height: auto;
width: 100%;
color: @color-nav;
text-align: center;
transition: @transition color;
&::before {
width: 100%;
margin: .35em 0 0;
}
}
} // li
a {
@ -143,13 +141,18 @@
}
#plugin__qc__link {
font-size: .8rem;
position: relative;
.prefix {
.icon-emo-happy();
font-size: inherit;
width: 100%;
font-size: .9rem;
&::before {
width: 100%;
margin: .1em 0 0;
}
}
}
}