Sha256: ddc7be4f1df016a3de70935417262ec0b000d57ced5d893c22cc57c8c14cb70f
Contents?: true
Size: 832 Bytes
Versions: 4
Compression:
Stored size: 832 Bytes
Contents
.typography__title--small { /* Typography */ @media (prefers-color-scheme: light) { color: var(--md-sys-light-on-surface-variant); } @media (prefers-color-scheme: dark) { color: var(--md-sys-dark-on-surface-variant); } /* M3/title/small */ /* font-family: Roboto; */ font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; /* 142.857% */ letter-spacing: 0.1px; } .typography__label--large { @media (prefers-color-scheme: light) { color: var(--md-sys-light-on-secondary-container); } @media (prefers-color-scheme: dark) { color: var(--md-sys-dark-on-secondary-container); } /* M3/label/large - prominent */ /* font-family: Roboto; */ font-size: 14px; font-style: normal; font-weight: 600; line-height: 20px; /* 142.857% */ letter-spacing: 0.1px; }
Version data entries
4 entries across 4 versions & 1 rubygems