mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Increase z-index for install wizard step to make buttons clickable again. After the latest refactoring of the styles there was a slight mistake which caused that the buttons for the initial install wizard in the beginning weren't clickable anymore, because they got overlaid by another box.
How to compile SASS with NPM and GULP?
- install Node (v11.10.0 will work) on your machine or "N" or "nvm"
- run $(npm install) inside package.json folder
- run $(npm start) inside package.json folder
- gulp automaticaly watches for .scss changes and compiles children scss-files of scss-folder to css now
- Find a plugin for your code-editor to get use of .jsbeautifyrc as second instance for more rules that sass-lint-auto-fix doesn't support. (for vscode: "Beautify")