This commit is contained in:
Mark Otto 2018-04-01 18:21:41 -07:00
parent 4f35e53216
commit 98cad665bb
6 changed files with 5 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -4601,10 +4601,13 @@ input[type="button"].btn-block {
border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
padding-left: 0.5rem;
color: #6c757d;
content: "/";
}

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.