Sha256: 94f19285fea422a2b01bf699333f8d9dbc18eec50790a8eb1b36870e1afa0c77

Contents?: true

Size: 1013 Bytes

Versions: 4

Compression:

Stored size: 1013 Bytes

Contents

/* General layout */

@import "grid";

main, section {
  position: relative;
}

section {
  width: 100%;
  display: block;
  position: relative;
  @include clearfix();
}

// Layout Utility classes
.content, .content-box {
  width: $main-max-width;
  margin: 0 auto;
  @include clearfix();
  @include mq-min($large) {
    width: $main-max-width_large;
  }
  @include mq-max($desk) {
    width: 95%;
  }
}

.inner-container {
  width: 100%;
  @include clearfix();
}

// Small helper classes
.text-center    { text-align: center !important; }
.text-left      { text-align: left !important; }
.text-right     { text-align: right !important; }
.text-uppercase { text-transform: uppercase !important; }
.go-right       { float: right !important; }
.go-left        { float: left !important; }
.full-width     { width: 100% !important; }
.spacing        { padding: $base-padding 0; }
.hidden         { display: none !important; }
.no-radius      { border-radius: 0 }

@import "admin";
@import "login";
//@import "print";

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lato_view-1.1.5 app/assets/stylesheets/lato_view/views/_views.scss
lato_view-1.1.4 app/assets/stylesheets/lato_view/views/_views.scss
lato_view-1.1.3 app/assets/stylesheets/lato_view/views/_views.scss
lato_view-1.1 app/assets/stylesheets/lato_view/views/_views.scss