Sha256: bfacd74896405b7dc1ff284c98bac635bffa1a6fef705dc17d5f560ac19f25b6

Contents?: true

Size: 609 Bytes

Versions: 6

Compression:

Stored size: 609 Bytes

Contents

/**
 * MUI Semantic module
 */

// Strong
strong {
  font-weight: 700;
}

// Abbreviations
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted $mui-abbr-border-color;
}

// headers
h1 {
  @extend .mui-text-display1;
}

h2 {
  @extend .mui-text-headline;
}

h3 {
  @extend .mui-text-title;
}

h4 {
  @extend .mui-text-subhead;
}

h5 {
  @extend .mui-text-body2;
}

h1, h2, h3 {
  margin-top: $mui-base-line-height-computed;
  margin-bottom: ($mui-base-line-height-computed / 2);
}

h4, h5, h6 {
  margin-top: ($mui-base-line-height-computed / 2);
  margin-bottom: ($mui-base-line-height-computed / 2);
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mui-sass-0.1.23 vendor/assets/stylesheets/mui/_semantic-markup.scss
mui-sass-0.1.22 vendor/assets/stylesheets/mui/_semantic-markup.scss
mui-sass-0.1.21.1 vendor/assets/stylesheets/mui/_semantic-markup.scss
mui-sass-0.1.21 vendor/assets/stylesheets/mui/_semantic-markup.scss
mui-sass-0.1.20 vendor/assets/stylesheets/mui/_semantic-markup.scss
mui-sass-0.1.19 vendor/assets/stylesheets/mui/_semantic-markup.scss