Sha256: 765e628ebb7f437f9218cbeff5a5a9249648fe65d03aeed78b5b8ab39207b673

Contents?: true

Size: 605 Bytes

Versions: 4

Compression:

Stored size: 605 Bytes

Contents

@if $moovui-init {
* {
  @include box-sizing(border-box);
}

html {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #ced3d8;
  color: $text-color;
  font: $font-size/#{$line-height} $font;
  margin: 0;
  padding: ($nav-height + $sp2) 0 $footer-height;
  position: relative;
  min-width: $min-page-width;
  min-height: 100%;
}

img {
  max-width: 100%;
}

#page, .content {
  @include clearfix;
  margin-left: auto;
  margin-right: auto;
  max-width: $page-width;
  padding: 0 $page-margin;
}

#page {
  padding: $sp $page-margin;
}

.section + .section {
  margin: $sp2 0 0;
}
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
moovui-0.1.2 app/assets/stylesheets/globals/_base.scss
moovui-0.1.1 app/assets/stylesheets/globals/_base.scss
moovui-0.0.2 globals/_base.scss
moovui-0.0.1 globals/_base.scss