com.phloxui
Version:
PhloxUI Ng2+ Framework
18 lines (16 loc) • 359 B
text/less
// Material Angular Imports
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
// Phlox Component Imports
@import "component/components";
// Phlox Directive Imports
@import "directive/directives";
// Material Theme Imports
@import "theme/material/index";
// style of fake btn
button {
&.fake {
opacity: 0;
width: 0;
height: 0;
}
}