sg3-141-592 / AzStartStop

Self service user interface for starting and stopping VMs on demand
https://vmstartstopdemo.compactcloud.co.uk/
MIT License
22 stars 2 forks source link

Question: How do I change the colours? #7

Open JClarke90 opened 1 year ago

JClarke90 commented 1 year ago

Last one from me.

Do I have to run the build myself to be able to update the colours or is there a way to do it using commands from somewhere in azure?

Thought I might be able to use kudu console but the tools are not available on a consumption plan. Is there another way?

Really happy with the tool so far though, thanks for putting the time in to make something like this.

sg3-141-592 commented 11 months ago

The styling is done using a custom Bulma style in https://github.com/sg3-141-592/AzStartStop/tree/main/styles .

See https://bulma.io/documentation/customize/with-node-sass/ for examples of customising Bulma colours.

From there you can do a build of the app to your app service plan, see the contributor notes in the readme on how to do this https://github.com/sg3-141-592/AzStartStop/blob/main/README.md#contributor-notes