webpack-bootstrap-ui-kit/src/scss/elements/page.scss

40 lines
699 B
SCSS
Raw Normal View History

2021-08-09 18:04:09 +02:00
// hide default page title cuz elemental object will be used to display titles
.element__breadcrumbs {
2021-08-18 20:38:12 +02:00
//margin-bottom: calc(-2 * #{inspect($element-spacer-y)});
2021-08-09 18:04:09 +02:00
2021-08-18 20:38:12 +02:00
.container {
}
2021-08-09 18:04:09 +02:00
2021-08-18 20:38:12 +02:00
.breadcrumb-link {
text-decoration: none;
2021-08-09 18:04:09 +02:00
2021-08-18 20:38:12 +02:00
&:hover,
&:focus,
&:active,
&.active {
color: $sidebar-nav-link-hover-color;
2021-08-09 18:04:09 +02:00
}
2021-08-18 20:38:12 +02:00
}
2021-08-09 18:04:09 +02:00
2021-08-18 20:38:12 +02:00
.active {
.breadcrumb-link {
color: $sidebar-nav-link-hover-color;
2021-08-09 18:04:09 +02:00
}
2021-08-18 20:38:12 +02:00
}
2021-08-09 18:04:09 +02:00
}
.page-header-element {
2021-08-18 20:38:12 +02:00
--bs-gutter-y: 0.75rem;
display: none;
//margin-bottom: calc(-1 * #{inspect($element-spacer-y)});
2021-08-09 18:04:09 +02:00
2021-08-18 20:38:12 +02:00
.page-header {
line-height: 1em;
margin-bottom: 0;
}
2021-08-09 18:04:09 +02:00
}
2021-08-18 20:38:12 +02:00
.page-header-element:not(.d-block) + .element {
margin-top: 0;
2021-08-09 18:04:09 +02:00
}