Skip to content
Discussion options

You must be logged in to vote

I already find the solution

https://community.home-assistant.io/t/mushroom-cards-card-mod-styling-config-guide/600472/1442

    card_mod:
      style:
        ha-tile-icon$: |
          .container {
            width: 70px !important;
            height: 70px !important;
            border-radius: 50% !important;
          }   
        .: |
          ha-tile-icon {
            --mdc-icon-size: 50px !important;
          }
          ha-card {
            margin-top: 0px !important;
            margin-left: 00px !important;
          }

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by MiguelCosta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants