framework/less/common/common.less
Annim Banerjee 5eb69e1f59 Updated names to match components in fontawsome (#1791)
fa-* named components are not present, hence updated to matching names.
2019-06-11 20:17:59 +02:00

29 lines
518 B
Plaintext

@import "fontawesome";
@import "brands";
@import "regular";
@import "solid";
@fa-font-path: "./fonts";
@import "normalize";
@import "print";
@import "scaffolding";
@import "sideNav";
@import "App";
@import "Alert";
@import "AlertManager";
@import "Avatar";
@import "Badge";
@import "Button";
@import "Checkbox";
@import "Dropdown";
@import "Form";
@import "FormControl";
@import "LoadingIndicator";
@import "Modal";
@import "Navigation";
@import "Placeholder";
@import "Search";
@import "Select";
@import "Tooltip";