joatuapp/joatu-v2

View on GitHub
app/assets/stylesheets/application.css.scss

Summary

Maintainability
Test Coverage

/*
 *
 *= require utilities
 *= require_self
 *
*/

// Contains customized Bootstrap variables:
@import "variable_overrides";

@import "bootstrap-sprockets";
@import "bootstrap/variables";
@import "bootstrap";

@import "font-awesome";

@import "nav";
@import "inputs";
@import "footer";

@import "offers_and_requests";
@import "pods";
@import "messages";
@import "static_page";

@import "bootstrap-datetimepicker";

@font-face {
  font-family: "Bebas Neue Regular";
  src: font-url("BebasNeueRegular.otf");
  src: font-url("BebasNeueRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue Light";
  src: font-url("BebasNeueLight.otf");
  src: font-url("BebasNeueLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  margin-top: 50px;
}

.scrollspy-offset {
  padding-top: 50px;
  margin-top: -50px;
}

.navbar-brand {
  padding: 5px;
}

.top-container {
  @media screen and (min-width: $screen-md-min) {
    min-height: 450px;
  }

  @media screen and (min-width: 1680px) {
    min-height: 800px;
  }
  padding: 15px;
}