@import 'variables';

/**
 * Navbar
 */

.navbar {
  padding: 0.4rem 1rem;
}

/**
 * Tabs
 */

.nav-tabs {
  margin-bottom: 1em;

  .nav-item {
    cursor: pointer;
  }
}

/**
 * Buttons
 */

.btn {
  cursor: pointer;
}

.btn-outline-secondary {
  color: @grey;
  border-color: @grey;
}

.btn-outline-secondary:hover {
  background-color: @grey;
  border-color: @grey;
}

/**
 * Misc
 */

.jumbotron {
  border: 1px solid @main-font-color;
  padding: 2rem 2rem;
}
