Sha256: 84cb71babea71e114e41912f3efd6a549c08bd6d3dc225b6c9a2201e9de56e3f

Contents?: true

Size: 592 Bytes

Versions: 4

Compression:

Stored size: 592 Bytes

Contents

// Scaffolding
// Basic and global styles for generating a grid system, structural layout, and page templates
// -------------------------------------------------------------------------------------------


// STRUCTURAL LAYOUT
// -----------------

.clearfix {
  @include clearfix();
}

body {
  margin: 0;
  font-family: $baseFontFamily;
  font-size: $baseFontSize;
  line-height: $baseLineHeight;
  color: $textColor;
  background-color: $white;
}


// LINKS
// -----

a {
  color: $linkColor;
  text-decoration: none;
}
a:hover {
  color: $linkColorHover;
  text-decoration: underline;
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
sass-twitter-bootstrap-2.0.1 vendor/assets/stylesheets/twitter/_scaffolding.scss
openshift-origin-console-1.3.4 vendor/assets/stylesheets/bootstrap/_scaffolding.scss
openshift-origin-console-1.3.3 vendor/assets/stylesheets/bootstrap/_scaffolding.scss
openshift-origin-console-1.3.2 vendor/assets/stylesheets/bootstrap/_scaffolding.scss