0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

tweaked font size of userbar icons, it got reduced accidentally during previous changes accidentally

This commit is contained in:
Dave Cranwell 2014-05-22 14:26:09 +01:00
parent 4111baf933
commit 18df9e094c

View File

@ -87,11 +87,13 @@ li, .home{
.action{
@include transition(background-color 0.2s ease, color 0.2s ease);
background-color:$color-teal;
color:white;
color:$color-teal;
&:before{
margin-right:0.4em;
vertical-align:middle;
font-size:1.7em;
color:white;
}
&:hover{