This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
navbar.scss 913 B
Newer Older
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
@import '~bootstrap/scss/functions';
@import '~bootstrap/scss/variables';

/* ==========================================================================
Navbar
========================================================================== */

.navbar-version {
  font-size: 0.65em;
  color: $navbar-dark-color;
}

.profile-image {
  height: 1.75em;
  width: 1.75em;
}

.navbar {
  padding: 0.2rem 1rem;

  ul.navbar-nav {
    .nav-item {
      margin-left: 0.5em;
    }
  }

  a.nav-link {
    font-weight: 400;
  }
}

/* ==========================================================================
Logo styles
========================================================================== */
.logo-img {
  height: 45px;
  width: 45px;
  display: inline-block;
  vertical-align: middle;
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
  background: url('../../../content/images/Logo_codeAbility_4c_300dpi_RGB3.gif') no-repeat center center;
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
  background-size: contain;
}