summaryrefslogtreecommitdiffstats
path: root/src/sass/_theme_breadcrumbs.sass
blob: 7050d6bb375a66fa381e5582c61b0a4eef326fc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.wy-breadcrumbs
  +clearfix

.wy-breadcrumbs > li
  display: inline-block
  padding-top: 5px
  &.wy-breadcrumbs-aside
    float: right
  /* Style literals as links */
  code
    all: inherit
    color: inherit

.breadcrumb-item::before
  content: "/"
  color: #bbb
  font-size: 13px
  padding: 0 6px 0 3px

.wy-breadcrumbs-extra
  margin-bottom: 0
  color: $text-light
  font-size: 80%
  display: inline-block


+media($mobile)
  .wy-breadcrumbs-extra
    display: none
  .wy-breadcrumbs li.wy-breadcrumbs-aside
    display: none

@media print
  .wy-breadcrumbs li.wy-breadcrumbs-aside
    display: none