X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/theme/boost/scss/bootstrap
home
/
cbholdings
/
pasukulu
/
theme
/
boost
/
scss
/
bootstrap
/
📁
..
📄
_alert.scss
(1.14 KB)
📄
_badge.scss
(1.09 KB)
📄
_breadcrumb.scss
(1.29 KB)
📄
_button-group.scss
(3.54 KB)
📄
_buttons.scss
(2.62 KB)
📄
_card.scss
(5.8 KB)
📄
_carousel.scss
(4.73 KB)
📄
_close.scss
(940 B)
📄
_code.scss
(1012 B)
📄
_custom-forms.scss
(15.33 KB)
📄
_dropdown.scss
(4.33 KB)
📄
_forms.scss
(9.03 KB)
📄
_functions.scss
(5.26 KB)
📄
_grid.scss
(1.7 KB)
📄
_images.scss
(1.13 KB)
📄
_input-group.scss
(6.37 KB)
📄
_jumbotron.scss
(406 B)
📄
_list-group.scss
(3.78 KB)
📄
_media.scss
(83 B)
📄
_mixins.scss
(1.03 KB)
📄
_modal.scss
(6.16 KB)
📄
_nav.scss
(2.29 KB)
📄
_navbar.scss
(7.35 KB)
📄
_pagination.scss
(1.78 KB)
📄
_popover.scss
(4.61 KB)
📄
_print.scss
(2.78 KB)
📄
_progress.scss
(1.14 KB)
📄
_reboot.scss
(11.27 KB)
📄
_root.scss
(572 B)
📄
_spinners.scss
(1.26 KB)
📄
_tables.scss
(3.46 KB)
📄
_toasts.scss
(1.11 KB)
📄
_tooltip.scss
(2.46 KB)
📄
_transitions.scss
(363 B)
📄
_type.scss
(2.17 KB)
📄
_utilities.scss
(536 B)
📄
_variables.scss
(47.48 KB)
📄
bootstrap-grid.scss
(598 B)
📄
bootstrap-reboot.scss
(409 B)
📄
bootstrap.scss
(918 B)
📁
mixins
📁
utilities
📁
vendor
Editing: _breadcrumb.scss
.breadcrumb { display: flex; flex-wrap: wrap; padding: $breadcrumb-padding-y $breadcrumb-padding-x; margin-bottom: $breadcrumb-margin-bottom; @include font-size($breadcrumb-font-size); list-style: none; background-color: $breadcrumb-bg; @include border-radius($breadcrumb-border-radius); } .breadcrumb-item { // The separator between breadcrumbs (by default, a forward-slash: "/") + .breadcrumb-item { padding-left: $breadcrumb-item-padding; &::before { float: left; // Suppress inline spacings and underlining of the separator padding-right: $breadcrumb-item-padding; color: $breadcrumb-divider-color; content: escape-svg($breadcrumb-divider); } } // IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built // without `<ul>`s. The `::before` pseudo-element generates an element // *within* the .breadcrumb-item and thereby inherits the `text-decoration`. // // To trick IE into suppressing the underline, we give the pseudo-element an // underline and then immediately remove it. + .breadcrumb-item:hover::before { text-decoration: underline; } // stylelint-disable-next-line no-duplicate-selectors + .breadcrumb-item:hover::before { text-decoration: none; } &.active { color: $breadcrumb-active-color; } }
Upload File
Create Folder