Sha256: 7a41f5182c60e27df2010d741084c68a22501de04286afa3939aeeaaa0cec52d

Contents?: true

Size: 1.46 KB

Versions: 19

Compression:

Stored size: 1.46 KB

Contents

.typography__headline-medium {
  font-size: 28px;
  line-height: 36px;
}

.typography__headline-small {
  font-size: 24px;
  line-height: 32px;
}

.typography--title-large {
  font-size: 22px;
  line-height: 28px;
}

.typography__title-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing:0.15px;
}

.typography__title-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;

  @media (prefers-color-scheme: light) {
    color: rgb(var(--md-sys-light-on-surface-variant));
  }
  @media (prefers-color-scheme: dark) {
    color: rgb(var(--md-sys-dark-on-surface-variant));
  }
}

.typography__label-large {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;

  @media (prefers-color-scheme: light) {
    color: rgb(var(--md-sys-light-on-secondary-container));
  }
  @media (prefers-color-scheme: dark) {
    color: rgb(var(--md-sys-dark-on-secondary-container));
  }
}

.typography__body-large {
  font-size: 16px;
  line-height: 24px;
  @media (prefers-color-scheme: light) {
    color: rgb(var(--md-sys-light-on-surface));
  }
  @media (prefers-color-scheme: dark) {
    color: rgb(var(--md-sys-dark-on-surface));
  }
}

.typography__body-medium {
  font-size: 14px;
  line-height: 20px;
  @media (prefers-color-scheme: light) {
    color: rgb(var(--md-sys-light-on-surface-variant));
  }
  @media (prefers-color-scheme: dark) {
    color: rgb(var(--md-sys-dark-on-surface-variant));
  }
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
material_design-0.10.0 app/assets/stylesheets/material_design/typography.css
material_design-0.9.1 app/assets/stylesheets/material_design/typography.css
material_design-0.9.0 app/assets/stylesheets/material_design/typography.css
material_design-0.8.0 app/assets/stylesheets/material_design/typography.css
material_design-0.7.0 app/assets/stylesheets/material_design/typography.css
material_design-0.6.2 app/assets/stylesheets/material_design/typography.css
material_design-0.6.1 app/assets/stylesheets/material_design/typography.css
material_design-0.6.0 app/assets/stylesheets/material_design/typography.css
material_design-0.5.3 app/assets/stylesheets/material_design/typography.css
material_design-0.5.2 app/assets/stylesheets/material_design/typography.css
material_design-0.5.1 app/assets/stylesheets/material_design/typography.css
material_design-0.5.0 app/assets/stylesheets/material_design/typography.css
material_design-0.4.6 app/assets/stylesheets/material_design/typography.css
material_design-0.4.5 app/assets/stylesheets/material_design/typography.css
material_design-0.4.4 app/assets/stylesheets/material_design/typography.css
material_design-0.4.3 app/assets/stylesheets/material_design/typography.css
material_design-0.4.2 app/assets/stylesheets/material_design/typography.css
material_design-0.4.1 app/assets/stylesheets/material_design/typography.css
material_design-0.4.0 app/assets/stylesheets/material_design/typography.css