Sha256: 96e1321160a0cf00904fcad6ca02fda400c5d753f288a950d4da016260f1533f

Contents?: true

Size: 649 Bytes

Versions: 1

Compression:

Stored size: 649 Bytes

Contents

/* Table of Contents
==================================================
# Import
# Breadcrumb */

/* # Import
================================================== */
@import 'activefrontend';

/* # Breadcrumb
================================================== */
.breadcrumb {
  list-style: none;
  margin-bottom: 10px;
  padding: 0;
}
.breadcrumb > li {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
}
.breadcrumb > li > a { color: rgba(35,41,55,1); }
.breadcrumb > li > a:hover { color: $primary-color; }
.breadcrumb > li > .divider {
  color: rgba(35,41,55,1);
  padding: 0 5px;
}
.breadcrumb > .active { color: $primary-color; }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_frontend-6.0.0 vendor/assets/stylesheets/breadcrumb.scss