Sha256: 05b8c1a09bdfbecb10aa50aea5d9eb9e37f109d1c4056cc747f746621d33311e

Contents?: true

Size: 668 Bytes

Versions: 1

Compression:

Stored size: 668 Bytes

Contents

.breadcrumbs {
	font-size: calc(var(--font-size-small));
	margin-bottom: var(--base-line);
  & ul {
    @include flex;
    @include flex-items-middle;
  }
  &.push-center ul {
    @include flex-items-center;
  }
  & span,
  & a {
  	font-style: normal;
  	padding: 0 10px;
  	display: inline-block;
  	white-space: nowrap;
  }
  & li {
    &:after {
    	display: inline-block;
    	content: '/';
    	color: rgba(0, 0, 0, .3);
    }
    &:last-child:after {
    	display: none;
    }
    &:first-child span,
    &:first-child a {
      padding-left: 0;
    }
    &.active a {
      color: var(--color-text);
    	text-decoration: none;
    	cursor: text;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kube-6.5.2.0 app/assets/stylesheets/kube/components/_breadcrumbs.scss