@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
@font-face {
src: url("../../../../../Assets/Fonts/Cousine/Cousine-Regular.ttf");
fontFamily: ComicSansMS;
embedAsCFF: false;
}
@font-face {
src: url("../../../../../Assets/Fonts/Lobster_Two/LobsterTwo-Regular.ttf");
fontFamily: Hancock;
}
.customBackgroundAlpha {
backgroundAlpha: 0;
backgroundColor: #FF0000;
}
.customBackgroundAlpha2 {
backgroundAlpha: 1;
backgroundColor: #FF0000;
}
.customBackgroundColor {
backgroundColor: #0000FF;
}
.customColor {
color: #FF0000;
}
.customDisabledColor {
disabledColor: #FF0000;
}
.customFontSize {
fontSize: 15;
}
.customRollOverColor {
rollOverColor: #FF0000;
}
.customSelectionColor {
selectionColor: #0000FF;
}
.customTextDecoration {
textDecoration: "underline";
}
.customFontWeight {
fontWeight: "bold";
}
.customFontStyle {
fontStyle: "italic";
}
.customFontFamily {
fontFamily: "ComicSansMS";
}