Styling using SASS and CSS
The look and feel of the Loginapp UI can be changed using SASS or plain CSS. The relevant files are located in:$CUSTOM_DIRECTORY/src/sass/custom
The Loginapp Design Kit provides useful variables to quickly change the Loginapp UI. For a list of variables, see below. These variables can be added here:_custom-variables.scss
The SASS variables are a very easy and quick way to get started and our recommendation unless they don't cover all relevant aspects. Whenever more advanced customizations are required, you can write custom SASS or just plain CSS styles here:_custom-styles.scss
All variables used have to be explicitly defined or uncommented, e.g. when assigning the value of one variable to another.