3scale/porta

View on GitHub
app/assets/stylesheets/provider/layouts/_main.scss

Summary

Maintainability
Test Coverage
body {
  min-width: $layout-wrapper-min-width;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

#nav {
  height: auto;
}

.Main {
  padding-bottom: 1.5rem;

  &--callToAction {
    min-height: calc(100vh - #{line-height-times(12)});
  }
}

@mixin white-box-shadow {
  background-color: $white;
  box-shadow: $whiteBoxShadow;
}