sgmap/boussole

View on GitHub
app/assets/stylesheets/base/_document.scss

Summary

Maintainability
Test Coverage
@charset "UTF-8";

/* Document related base styles go here */

html {
  overflow-x: hidden;

  @media (max-width: $screen-sm-min) {
    overflow-x: scroll;
  }
}

body {
  @extend .container-fluid;
  padding-left: 0;
  padding-right: 0;
}

article {
  @include shadow();
}