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: _images.scss
// Responsive images (ensure images don't scale beyond their parents) // // This is purposefully opt-in via an explicit class rather than being the default for all `<img>`s. // We previously tried the "images are responsive by default" approach in Bootstrap v2, // and abandoned it in Bootstrap v3 because it breaks lots of third-party widgets (including Google Maps) // which weren't expecting the images within themselves to be involuntarily resized. // See also https://github.com/twbs/bootstrap/issues/18178 .img-fluid { @include img-fluid; } // Image thumbnails .img-thumbnail { padding: $thumbnail-padding; background-color: $thumbnail-bg; border: $thumbnail-border-width solid $thumbnail-border-color; @include border-radius($thumbnail-border-radius); @include box-shadow($thumbnail-box-shadow); // Keep them at most 100% wide @include img-fluid; } // // Figures // .figure { // Ensures the caption's text aligns with the image. display: inline-block; } .figure-img { margin-bottom: ($spacer / 2); line-height: 1; } .figure-caption { font-size: $figure-caption-font-size; color: $figure-caption-color; }
SIMPAN PERUBAHAN