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

@ -11,6 +11,8 @@
padding-top: .5rem;
}
/* + + + + + icon list + + + + + */
ul {
float: right;
padding: 0;
@ -21,11 +23,6 @@
.btn-usertools-num();
float: right;
font-size: .8rem;
* {
font-size: .8rem;
}
> strong,
> a {
@ -67,9 +64,8 @@
border: 4px solid @color-nav;
border-radius: 50%;
color: #fff;
font-size: .5rem;
margin-top: -1px;
margin-right: 6px;
font-size: .6rem;
margin: -2px 6px -2px 0;
}
}
} // user
@ -84,7 +80,7 @@
text-indent: 0;
&::before {
content: "";
content: '';
position: absolute;
}
}
@ -95,7 +91,8 @@
.icon-clipboard();
color: @color-nav;
margin-top: .3rem;
font-size: 1.3em;
margin-top: .2rem;
}
&.opentasks,
@ -108,6 +105,8 @@
} // user-task
} // li
/* + + + icons + + + */
a {
.fontello();
.hide-text-show-before();
@ -131,9 +130,9 @@
display: block;
width: 100%;
box-sizing: border-box;
font-size: 1.12em;
font-size: 1.4em;
cursor: pointer;
margin: .3rem 0;
margin: .2rem 0 0;
}
/* icon register new user */
@ -154,9 +153,11 @@
/* icon admin */
&.admin {
.icon-cog();
}
/* add more icons if needed */
}
}
}
&::before {
margin-top: .18rem;
}
}
} // a
} // ul
} // nav-usertools