PATH: /home/hwyuvbry/sahabat.waroenkhoki123.web.id/blacklist/assets/scss/bootstrap
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 _alert.scss
↓
X
📄 _badge.scss
↓
X
📄 _breadcrumb.scss
↓
X
📄 _button-group.scss
↓
X
📄 _buttons.scss
↓
X
📄 _card.scss
↓
X
📄 _carousel.scss
↓
X
📄 _close.scss
↓
X
📄 _code.scss
↓
X
📄 _custom-forms.scss
↓
X
📄 _dropdown.scss
↓
X
📄 _forms.scss
↓
X
📄 _functions.scss
↓
X
📄 _grid.scss
↓
X
📄 _images.scss
↓
X
📄 _input-group.scss
↓
X
📄 _jumbotron.scss
↓
X
📄 _list-group.scss
↓
X
📄 _media.scss
↓
X
📄 _mixins.scss
↓
X
📄 _modal.scss
↓
X
📄 _nav.scss
↓
X
📄 _navbar.scss
↓
X
📄 _pagination.scss
↓
X
📄 _popover.scss
↓
X
📄 _print.scss
↓
X
📄 _progress.scss
↓
X
📄 _reboot.scss
↓
X
📄 _root.scss
↓
X
📄 _tables.scss
↓
X
📄 _tooltip.scss
↓
X
📄 _transitions.scss
↓
X
📄 _type.scss
↓
X
📄 _utilities.scss
↓
X
📄 _variables.scss
↓
X
📄 bootstrap-grid.scss
↓
X
📄 bootstrap-reboot.scss
↓
X
📄 bootstrap.scss
↓
X
📄 index.php
↓
X
📁 mixins/
X
📁 utilities/
X
SAVING...
BERHASIL DIUBAH!
EDITING: _breadcrumb.scss
.breadcrumb { display: flex; flex-wrap: wrap; padding: $breadcrumb-padding-y $breadcrumb-padding-x; margin-bottom: $breadcrumb-margin-bottom; 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 { display: inline-block; // Suppress underlining of the separator in modern browsers padding-right: $breadcrumb-item-padding; color: $breadcrumb-divider-color; content: $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; } }
SIMPAN PERUBAHAN