Sha256: 3e4db9f1d4512bd4f6dc2fe7d11293eddf4788f18b192847d5d6524685917afb

Contents?: true

Size: 1.35 KB

Versions: 80

Compression:

Stored size: 1.35 KB

Contents

@import "variables";
@import "bootstrap";
@import "font-awesome";

body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: $info;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: $secondary;
}

.sidebar .nav-link.active {
  color: $primary;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 48px; /* Space for fixed navbar */
}

/*
 * Navbar
 */

.navbar-brand {
  //padding-top: .75rem;
  //padding-bottom: .75rem;
  //font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
shopapp-0.77.07 app/assets/stylesheets/shopapp.scss
shopapp-0.76.06 app/assets/stylesheets/shopapp.scss
shopapp-0.76.05 app/assets/stylesheets/shopapp.scss
shopapp-0.76.04 app/assets/stylesheets/shopapp.scss
shopapp-0.75.03 app/assets/stylesheets/shopapp.scss
shopapp-0.75.02 app/assets/stylesheets/shopapp.scss
shopapp-0.73.02 app/assets/stylesheets/shopapp.scss
shopapp-0.3.76 app/assets/stylesheets/shopapp.scss
shopapp-0.2.75 app/assets/stylesheets/shopapp.scss
shopapp-0.2.74 app/assets/stylesheets/shopapp.scss
shopapp-0.2.73 app/assets/stylesheets/shopapp.scss
shopapp-0.2.72 app/assets/stylesheets/shopapp.scss
shopapp-0.2.71 app/assets/stylesheets/shopapp.scss
shopapp-0.2.70 app/assets/stylesheets/shopapp.scss
shopapp-0.2.69 app/assets/stylesheets/shopapp.scss
shopapp-0.2.68 app/assets/stylesheets/shopapp.scss
shopapp-0.2.67 app/assets/stylesheets/shopapp.scss
shopapp-0.2.66 app/assets/stylesheets/shopapp.scss
shopapp-0.2.65 app/assets/stylesheets/shopapp.scss
shopapp-0.2.64 app/assets/stylesheets/shopapp.scss