|
|
@@ -6,15 +6,15 @@ body.kibela {
|
|
|
.active {
|
|
|
color: $subthemecolor;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.bg-white {
|
|
|
background: #fefffe !important;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.bg-primary {
|
|
|
background-color: $primary !important;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
/* kibela block */
|
|
|
.kibela-block {
|
|
|
border-top: solid 0.4em $thickborder;
|
|
|
@@ -166,7 +166,7 @@ body.kibela {
|
|
|
|
|
|
.card-footer {
|
|
|
background: white;
|
|
|
- border-top: 1px solid $border-color-theme
|
|
|
+ border-top: 1px solid $border-color-theme;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -188,11 +188,6 @@ body.kibela {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- /* subnav */
|
|
|
- .grw-subnav {
|
|
|
- background: transparent;
|
|
|
- }
|
|
|
-
|
|
|
/* navbar */
|
|
|
.grw-navbar {
|
|
|
.nav-item > .nav-link:hover {
|
|
|
@@ -209,4 +204,4 @@ body.kibela {
|
|
|
h6 {
|
|
|
color: $color-header;
|
|
|
}
|
|
|
-}
|
|
|
+}
|