Alarm Control Panel size

Is it possible to configure the alarm control font size and window size in the Lovelace ui?

Yes, using card-mod:

Thanks, it looks like I can change the font size but the actual panel does not resize so the buttons are all skewed

image

I’m guessing you will have to resize the buttons too.

Is it possible to do that with the card-mod? Or, is the config file for the alarm control panel accessible where I can edit that?

I don’t know the CSS required to enlarge the mwc-button but if it exists then it is possible.

The alarm card is here: https://github.com/home-assistant/home-assistant-polymer/blob/c2d551bb7c7bfad682ee1e55fdd8f57eec766e61/src/panels/lovelace/cards/hui-alarm-panel-card.ts

Though unlike integrations I’m not sure you can simply edit it and use the custom version.