src/components/icon/demoFontIconsWithClassnames/style.css [56:106]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    }
/* OLD STYLES */

header {
  overflow: hidden;
}

header h1 {
  color: #888;
  font-size: 36px;
  font-weight: 300;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 960px;
  padding: 40px 40px;
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.glyph {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0 20px;
  margin-bottom: 20px;
}

.preview-scale,
.preview-glyphs {
  display: flex;
  flex-direction: row;
}

.preview-scale {
  color: #888;
  font-size: 12px;
  margin-top: 24px;
}

.step {
  flex-grow: 1;
  line-height: 0.5;
}

.usage { margin-top: 10px; }
.usage input {
  font-family: monospace;
  text-align: center;
}
.usage .point { width: 150px; }
.usage .class { width: 250px; }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/components/icon/demoFontIconsWithLigatures/style.css [10:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

header {
  overflow: hidden;
}

header h1 {
  color: #888;
  font-size: 36px;
  font-weight: 300;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 960px;
  padding: 40px 40px;
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.glyph {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0 20px;
  margin-bottom: 20px;
}

.preview-scale,
.preview-glyphs {
  display: flex;
  flex-direction: row;
}

.preview-scale {
  color: #888;
  font-size: 12px;
  margin-top: 24px;
}

.step {
  flex-grow: 1;
  line-height: 0.5;
}

.usage { margin-top: 10px; }
.usage input {
  font-family: monospace;
  text-align: center;
}
.usage .point { width: 150px; }
.usage .class { width: 250px; }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



