Facebook
From Diminutive Motmot, 1 Year ago, written in Plain Text.
This paste is a reply to owal from owal - go back
Embed
Viewing differences between owal and Re: owal
                card_mod:
                  style:
                    mushroom-shape-icon$: |
                      ha-icon {
                        --icon-animation: molecule 2s ease-in-out infinite;
                        transform-origin: 50% 75%;
                      }
                      @keyframes molecule {
                        0%, 100% { transform: rotate(-15deg); }
                        50% { transform: rotate(15deg); }
                      }
                    .: |
                      ha-card { 
                        background: rgba(var(--rgb-primary-text-color), 0.1);
                        width: 80px;
                        border-radius: 30px;
                        margin-left: auto;
                        margin-right: auto;
                        margin-top: 4px;
                        margin-bottom: -10px;

                      }
                      :host {
                        --mush-icon-size: 50px;