|
|
@@ -451,6 +451,41 @@
|
|
|
padding-top: 0 !important;
|
|
|
}
|
|
|
|
|
|
+/*------------------------
|
|
|
+ Breadcrumb
|
|
|
+------------------------*/
|
|
|
+.breadcrumb {
|
|
|
+ list-style: none;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ font-weight: bold;
|
|
|
+ /*background: none;*/
|
|
|
+}
|
|
|
+
|
|
|
+.breadcrumb li {
|
|
|
+ margin: 0 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.breadcrumb li a {
|
|
|
+ margin: 0 2px;
|
|
|
+}
|
|
|
+
|
|
|
+.breadcrumb li::before {
|
|
|
+ /*content: "> ";*/
|
|
|
+ font-family: "FontAwesome";
|
|
|
+ content: "\f105";
|
|
|
+ color: #bfbfbf;
|
|
|
+ margin: 0 2px;
|
|
|
+}
|
|
|
+
|
|
|
+.breadcrumb li:first-child::before {
|
|
|
+ content: "";
|
|
|
+}
|
|
|
+
|
|
|
+.breadcrumb > li:last-child {
|
|
|
+ color: #808080;
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
/*============================
|
|
|
Slick carousels
|
|
|
@@ -1008,7 +1043,6 @@ Error pages (404, 403...)
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
/*============================
|
|
|
Media queries
|
|
|
============================*/
|