|
@@ -4950,10 +4950,6 @@ a.tag:hover {
|
|
|
color: #363636;
|
|
|
}
|
|
|
|
|
|
-.breadcrumb a:first-child {
|
|
|
- padding-left: 0;
|
|
|
-}
|
|
|
-
|
|
|
.breadcrumb li {
|
|
|
-webkit-box-align: center;
|
|
|
-ms-flex-align: center;
|
|
@@ -4963,6 +4959,10 @@ a.tag:hover {
|
|
|
display: flex;
|
|
|
}
|
|
|
|
|
|
+.breadcrumb li:first-child a {
|
|
|
+ padding-left: 0;
|
|
|
+}
|
|
|
+
|
|
|
.breadcrumb li.is-active a {
|
|
|
color: #363636;
|
|
|
cursor: default;
|