Sha256: 3d4754c43637cfcaea0b8216f27ee59c9cb366639747771dc14903afe05695bf

Contents?: true

Size: 807 Bytes

Versions: 5

Compression:

Stored size: 807 Bytes

Contents

/* Table of Contents
==================================================
# Navbar */

/* # Navbar
================================================== */
.navbar-fixed {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.navbar {
  background: rgba(24,24,24,1);
  border-collapse: separate;
  border-top: 2px solid rgba(4,4,4,1);
  box-sizing: border-box;
  display: table;
  height: 50px;
  table-layout: fixed;
  width: 100%;
}
.navbar > a {
  color: rgba(255,255,255,1);
  display: table-cell;
  float: none;
  font-size: 27px;
  padding: 10px 0;
  text-align: center;
  width: 1%;
}
.navbar > a.active { color: rgba(255,255,255,1); }

/* # Media Queries
================================================== */
@media only screen and (min-width: 768px) {
  .navbar { display: none; }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
active_frontend-3.0.4 vendor/assets/stylesheets/navbar.scss
active_frontend-3.0.3 vendor/assets/stylesheets/navbar.scss
active_frontend-3.0.2 vendor/assets/stylesheets/navbar.scss
active_frontend-3.0.1 vendor/assets/stylesheets/navbar.scss
active_frontend-3.0.0 vendor/assets/stylesheets/navbar.scss