mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-27 02:35:18 +01:00
chore (breadcrumb): breadcrumb design
This commit is contained in:
parent
0326a675f2
commit
ff4bbdcf72
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
margin: 0;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 2px 0;
|
||||
}
|
||||
.component_breadcrumb .breadcrumb .ul > span {
|
||||
display: block;
|
||||
|
|
@ -35,7 +36,7 @@
|
|||
}
|
||||
.component_breadcrumb .component_path-element .label {
|
||||
color: rgba(0, 0, 0, 0.75);
|
||||
padding: 4px 5px;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
.component_breadcrumb .component_path-element .label span { display: inline-block; }
|
||||
.component_breadcrumb .component_path-element a.label {
|
||||
|
|
|
|||
Loading…
Reference in a new issue