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>.scss
file in the respective feature folder. - Create an import entry for the newly created file in the overridden
extn-app-store.scss
file in the<WSCDEVWAR>\ngstore\store\style
directory. - 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>.scss
file in the respective feature folder under theextensions
folder. - Create an import entry for the newly created files in the overridden
extn-app-store.scss
in<WSCDEVWAR>\ngstore\store\style
directory. - 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
.