Facebook
From owal, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 123
  1.                 card_mod:
  2.                   style:
  3.                     mushroom-shape-icon$: |
  4.                       ha-icon {
  5.                         --icon-animation: molecule 2s ease-in-out infinite;
  6.                         transform-origin: 50% 75%;
  7.                       }
  8.                       @keyframes molecule {
  9.                         0%, 100% { transform: rotate(-15deg); }
  10.                         50% { transform: rotate(15deg); }
  11.                       }
  12.                     .: |
  13.                       ha-card {
  14.                         background: rgba(var(--rgb-primary-text-color), 0.1);
  15.                         width: 80px;
  16.                         border-radius: 30px;
  17.                         margin-left: auto;
  18.                         margin-right: auto;
  19.                         margin-top: 4px;
  20.                         margin-bottom: -10px;
  21.  
  22.                       }
  23.                       :host {
  24.                         --mush-icon-size: 50px;

Replies to owal rss

Title Name Language When
Re: owal Diminutive Motmot text 1 Year ago.