Change size of toggle

I would like to change the size of a toggle.

I know how to make the icon (in front) bigger, and also the text.
However: I would like to make the toggle itself also bigger.

              card_mod:
                style: |
                  ha-card {
                    font-size: 24px;
                    --mdc-icon-size: 40px;
                  }

Any ideas ?