Mega Code Archive
Categories
/
Flex
/
Components
Overwrite Label font size with attribute
@namespace mx "http://www.adobe.com/2006/mxml"; mx|Label { font-family: 'Arial'; font-size: 20px; font-weight: 'bold'; color: #FFFFFF; }