Change size of phone and mail icons in the action bar

How can I resize the mail and phone icons in the action bar. 

For the social icons, I used this in custom CSS to resize in the action bar and footer:
#Footer .footer_copy .social li a {
font-size:25px !important;
}

#Header .container .social li a {
font-size:25px !important;
}

However, i can't figure out how to change the phone and mail icons to make them larger as well.

Thanks!

Comments

Sign In or Register to comment.