Sha256: fb34aa61484b8c67112164e96c9d4f533ac96da3ec4ffd87329a415556a42a2d

Contents?: true

Size: 575 Bytes

Versions: 8

Compression:

Stored size: 575 Bytes

Contents

@import "ui_alchemy/alchemy/alchemy";
@import "alchemy/components/fonts/overpass";
@import "alchemy/components/fonts/liberation";
@import "alchemy/components/text/text_vars";

body {
  font: 12px/1.5 $screenfont;
  color: $text_color;
}

h1 {
  font-size: 180%;
  text-transform: uppercase;
}
h2 { font-size: 170%; }
h3 { font-size: 160%; }
h4 { font-size: 150%; }
h5 { font-size: 140%; }
h1,h2,h3,h4,h5 {
  color: $heading_text_color;
  font-family: $headlinefont;
  font-weight: bold;
  word-wrap: break-word;
}
li {
  margin-left: 0;
}
fieldset {
  margin-bottom: 10px;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ui_alchemy-rails-1.0.12 app/assets/stylesheets/alchemy/components/text/_text.scss
ui_alchemy-rails-1.0.11 app/assets/stylesheets/alchemy/components/text/_text.scss
ui_alchemy-rails-1.0.10 app/assets/stylesheets/alchemy/components/text/_text.scss
ui_alchemy-rails-1.0.9 app/assets/stylesheets/alchemy/components/text/_text.scss
ui_alchemy-rails-1.0.8 app/assets/stylesheets/alchemy/components/text/_text.scss
ui_alchemy-rails-1.0.7 app/assets/stylesheets/alchemy/components/text/_text.scss
ui_alchemy-rails-1.0.6 app/assets/stylesheets/alchemy/components/text/_text.scss
ui_alchemy-rails-1.0.5 app/assets/stylesheets/alchemy/components/text/_text.scss