﻿/* SiteCommander Overrides and extensions for Font Awesome */

/*.fa-rotate-45 {
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg); }
*/
.fa-1x10 { font-size: 1.10em; }
.fa-1x25 { font-size: 1.25em; }
.fa-1x33 { font-size: 1.33em; } /* fa-lg = 1.33333 */
.fa-1x50 { font-size: 1.50em; }
.fa-1x66 { font-size: 1.66em; }
.fa-1x75 { font-size: 1.75em; }

.fa-fs12px { font-size: 12px; }
.fa-fs16px { font-size: 16px; }
.fa-fs24px { font-size: 24px; }
.fa-fs32px { font-size: 32px; }

/* These are for testing only - see icons-code.php */
.fa-fs20px { font-size: 20px !important; }
