Customizing the application styling
You can style new screens in the .scss format or modify
styling for an existing screen.
Styling new screens
- Create the
<screen_name>.scssfile in the respective feature folder. - Create an import entry for the newly created file in the overridden
extn-app-store.scssfile in the<WSCDEVWAR>\ngstore\store\styledirectory. - Add the styling in the SCSS format for the new screen.
- Run the gulp scripts to compile the SCSS files to CSS format and generate the minified files.
- Test your customizations.
Styling existing screens
- Create the
<screen_name>.scssfile in the respective feature folder under theextensionsfolder. - Create an import entry for the newly created files in the overridden
extn-app-store.scssin<WSCDEVWAR>\ngstore\store\styledirectory. - Add the styling in the SCSS format for delta changes.
- Run the gulp scripts to compile the SCSS files to CSS format and generate the minified files.
- Test your customizations.
Note: If you are performing customizations on 9.4 screens, create an import entry for the
newly created files in the overridden
extn-app-store.scss
<WSCDEVWAR>\ngstore\store\theme.