feat(fe/layouts): introduce segments layout, controls, refactor breadcrumb
This commit is contained in:
parent
f3b65e1bb3
commit
16ff18555a
6 changed files with 99 additions and 43 deletions
|
@ -88,14 +88,20 @@
|
|||
}
|
||||
|
||||
.theme-default #breadcrumb {
|
||||
padding: 1rem 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.theme-default #breadcrumb .location-item {
|
||||
margin: 0 0.5rem 0 0;
|
||||
display: inline-block;
|
||||
line-height: 3rem;
|
||||
}
|
||||
|
||||
.theme-default #breadcrumb .item {
|
||||
color: #697384;
|
||||
margin-right: 1rem;
|
||||
margin: 0 0.5rem 0 0;
|
||||
max-width: 6rem;
|
||||
display: inline-block;
|
||||
line-height: 3rem;
|
||||
}
|
||||
|
||||
.theme-default #breadcrumb .content {
|
||||
|
@ -106,9 +112,10 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
.theme-default #breadcrumb .item {
|
||||
color: #697384;
|
||||
margin-right: 1rem;
|
||||
.theme-default #space-used {
|
||||
text-align: right;
|
||||
line-height: 3rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue