mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
IMPR: optimize styling
This commit is contained in:
parent
a65acbd559
commit
5b1b98c90a
@ -130,3 +130,5 @@ $carousel-controls-zindex: 11 !default;
|
|||||||
$carousel-controls-shadow: 1px 1px $black !default;
|
$carousel-controls-shadow: 1px 1px $black !default;
|
||||||
$carousel-controls-hover-bg: transparentize($black, 0.4) !default;
|
$carousel-controls-hover-bg: transparentize($black, 0.4) !default;
|
||||||
$carousel-slide-img-loading-max-height: 70vh !default;
|
$carousel-slide-img-loading-max-height: 70vh !default;
|
||||||
|
|
||||||
|
$breadcrumb-active-color: $sidebar-nav-link-hover-color;
|
||||||
|
@ -1,39 +1,20 @@
|
|||||||
// hide default page title cuz elemental object will be used to display titles
|
// hide default page title cuz elemental object will be used to display titles
|
||||||
.element__breadcrumbs {
|
.element__breadcrumbs {
|
||||||
//margin-bottom: calc(-2 * #{inspect($element-spacer-y)});
|
//margin-bottom: calc(-2 * #{inspect($element-spacer-y)});
|
||||||
|
|
||||||
.container {
|
|
||||||
}
|
|
||||||
|
|
||||||
.breadcrumb-link {
|
|
||||||
text-decoration: none;
|
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&:focus,
|
|
||||||
&:active,
|
|
||||||
&.active {
|
|
||||||
color: $sidebar-nav-link-hover-color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
.breadcrumb-link {
|
|
||||||
color: $sidebar-nav-link-hover-color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header-element {
|
.page-header-element {
|
||||||
--bs-gutter-y: 0.75rem;
|
--bs-gutter-y: 0.75rem;
|
||||||
display: none;
|
display: none;
|
||||||
//margin-bottom: calc(-1 * #{inspect($element-spacer-y)});
|
//margin-bottom: calc(-1 * #{inspect($element-spacer-y)});
|
||||||
|
|
||||||
.page-header {
|
|
||||||
line-height: 1em;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header-element:not(.d-block) + .element {
|
.page-header-element:not(.d-block) + .element {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.page-header {
|
||||||
|
line-height: 1em;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user