Logo

<span class="logo">
    <strong>
        Thomasorus
    </strong>
</span>
<span class="logo">
    <strong>
        Thomasorus
    </strong>
</span>
/* No context defined. */
  • Content:
    .logo {
        position:relative;
        display:flex;
    }
    
    .logo svg {
        transform:translateY(-50%);
    }
    
    .logo strong {
        font-size: 20px;
        text-transform: uppercase;
    }
    
    [theme="dark"] .logo strong {
        color:var(--accent);
    }
  • URL: /components/raw/logo/logo.demo.css
  • Filesystem Path: src/components/design-tokens/logo/logo.demo.css
  • Size: 225 Bytes

No notes defined.