I don’t understand how to apply custom themes. For example to make all popovers a certain width.
I’ve read the theming section of the docs a stack of times but I don’t get it. I can change and define my own colours successfully (but don’t ask me how to use, for example, --ion-color-favorite-shade - the docs done help me with that )
What I need to do now is play with width and height of popovers e.g. set the --min-width of popovers to 50%. I would like to do this for all popovers (and maybe eventually work out how to do it for just one popover).
My guess is I need to add under root: in variables.css something like…
.ion-popover-class {
–min-width:90%;
–min-height:90%;
}
Can anyone help me with this? Thanks