fix(breadcrumb): proper styling and separator
This commit is contained in:
committed by
Benedikt Rötsch
parent
1ca400234e
commit
f5a276581a
@@ -1486,6 +1486,8 @@ display: flex;
|
||||
|
||||
.breadcrumb {
|
||||
margin-bottom: 5.5px;
|
||||
|
||||
font-size: 0.875em;
|
||||
}
|
||||
|
||||
.breadcrumb ul {
|
||||
@@ -1503,16 +1505,20 @@ display: flex;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.breadcrumb ul li + li {
|
||||
margin-left: 5.5px;
|
||||
}
|
||||
|
||||
.breadcrumb ul li:after {
|
||||
content: ' >';
|
||||
content: '';
|
||||
display: inline-block;
|
||||
background: url('/images/icon-breadcrumb.svg');
|
||||
background-size: contain;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
width: 4px;
|
||||
height: 8px;
|
||||
padding: 0 5.5px;
|
||||
}
|
||||
|
||||
.breadcrumb ul li:last-child:after {
|
||||
content: '';
|
||||
display: none;
|
||||
}
|
||||
|
||||
.breadcrumb ul li a {
|
||||
|
||||
Reference in New Issue
Block a user