ignite-ui
Version:
Ignite UI for jQuery by Infragistics
76 lines (40 loc) • 1.87 kB
Markdown
Bootstrap 4 Themes
=====================
1. Default (Default bootstrap 4 theme)
### Themes - file structure
### Themes - file structure
* **images** - Contain all images related to the theme
* **infragistics.theme.less** - The root file which import all partial files.
* **Modules** - Contain all theme styles related to Ignite UI for jQuery modules.
* **Styles-guide** - In progress theme style guide
* **framework.less** - Contain all styles, that are needed, in order to make Ignite UI for jQuery component's to work properly witch jQueryUI components.
* **variables.less** - Theme variables.
* **ignite-ui-variables.less** -Theme variables.
* **mixins.less** - Contain all mixins related to Ignite UI for jQuery components
**Note:** the root file "infragistics-theme-scss" is the only file that needs to be compiled to .CSS
**Note:** The order of File "@import" inside "infragistics.theme.less" is important! In order the theme to work correctly.
### File order:
```diff
// Bootstrap Theme variables
"variables";
// Ignite UI for jQuery variables
"ignite-ui-variables";
// Ignite UI for jQuery Mixins
"mixins";
// Icons fonts
"icons-styles.css";
//JQuery UI
"framework";
//Ignite UI for jQuery styles
"modules/modules";
```
### Icons web font
*** css/structure/fonts ***
hold all files related to icons web font
To add/remove/change icons form the web font:
1. Go to [icomoon.io/app](icomoon.io/app) and upload the file "**jqurey-ui.svg**" located in: css/structure/fonts
2. Make the desired modification, download and replace the changed font.
**IMPORTANT:**
in order the font to work you need to specify the prefix for the icons clsss.
In "icomoon.io", font settings. The prefix should be "ui-icon-".
Keep the name for the font the same in order to override the existing font.