The default web page templates that are packaged in sapi-nt can be altered or styled in a way that is specific to your
application.
The template markup includes CSS hooks, in the form of style classes, which describe the structure and content of the document.
If you use the sapi-nt archetype to initialise your project, you will also be able to find a default stylesheet, in Sass
format, in the src/main/resources/public/sass directory of your project.
This will be compiled automatically by the Sass Maven plugin when you package the application.
Sapi-nt renders templates of the following kinds:
You can find documentation for the CSS hooks that are provided for each kind by following the links above. In addition, you can find documentation for the common CSS hooks that are provided by the shared page layout here.