mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Fix breadcrumb scss
This commit is contained in:
parent
74c36cae64
commit
87d15d8e01
@ -5,36 +5,17 @@
|
|||||||
|
|
||||||
.main-app {
|
.main-app {
|
||||||
@include themify() {
|
@include themify() {
|
||||||
.dimension-breadcrumb {
|
.xng-breadcrumb-link {
|
||||||
.fluid-bread {
|
text-decoration: none;
|
||||||
padding: 0;
|
}
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fluid-bread .container {
|
.xng-breadcrumb-root {
|
||||||
padding: 0;
|
color: inherit;
|
||||||
margin: 0;
|
}
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fluid-bread .container .breadcrumb {
|
.xng-breadcrumb-seperator,
|
||||||
padding: 0;
|
.xng-breadcrumb-trail {
|
||||||
margin: 0;
|
color: themed(activeBreadcrumbColor);
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fluid-bread .breadcrumb-item a:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fluid-bread .breadcrumb-item.active {
|
|
||||||
color: themed(activeBreadcrumbColor);
|
|
||||||
}
|
|
||||||
|
|
||||||
font-size: 13px;
|
|
||||||
display: block;
|
|
||||||
padding-top: 4px;
|
|
||||||
background: transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header .quickAction .closeButton .scalarClose {
|
.header .quickAction .closeButton .scalarClose {
|
||||||
|
Loading…
Reference in New Issue
Block a user