Sha256: 21f8c74b8960f868a15e7823cd89832b1bb3968bf30061b97abdc73a5f621a7b

Contents?: true

Size: 772 Bytes

Versions: 4

Compression:

Stored size: 772 Bytes

Contents

//
// Scaffolding
// --------------------------------------------------


// Body reset
// -------------------------

body {
  font-family: @font-family-base;
  font-size: @font-size-base;
  line-height: @line-height-base;
  color: @text-color;
  background-color: @body-bg;
}

// Links
// -------------------------

a {
  color: @link-color;
  text-decoration: none;
  .transition(.25s);
    
  &:hover,
  &:focus {
    color: @link-hover-color;
    text-decoration: none;
  }
}

// Images
// -------------------------

// Rounded corners
.img-rounded {
  border-radius: @border-radius-large;
}

// Description text under image
.img-comment {
  font-size: ceil(@font-size-base * 1.071); // ~15px
  line-height: @line-height-base;
  font-style: italic;
  margin: 24px 0;
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
flatui-rails-less-1.3 vendor/assets/stylesheets/scaffolding.less
flatui-rails-less-1.1 vendor/assets/stylesheets/scaffolding.less
flatui-rails-less-1.0 vendor/assets/stylesheets/scaffolding.less
flatui3-rails-0.0.1 vendor/toolkit/flat-ui/scaffolding.less