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: _print.scss
// stylelint-disable declaration-no-important, selector-no-qualifying-type // Source: https://github.com/h5bp/main.css/blob/master/src/_print.css // ========================================================================== // Print styles. // Inlined to avoid the additional HTTP request: // https://www.phpied.com/delay-loading-your-print-css/ // ========================================================================== @if $enable-print-styles { @media print { *, *::before, *::after { // Bootstrap specific; comment out `color` and `background` //color: $black !important; // Black prints faster text-shadow: none !important; //background: transparent !important; box-shadow: none !important; } a { &:not(.btn) { text-decoration: underline; } } // Bootstrap specific; comment the following selector out //a[href]::after { // content: " (" attr(href) ")"; //} abbr[title]::after { content: " (" attr(title) ")"; } // Bootstrap specific; comment the following selector out // // Don't show links that are fragment identifiers, // or use the `javascript:` pseudo protocol // //a[href^="#"]::after, //a[href^="javascript:"]::after { // content: ""; //} pre { white-space: pre-wrap !important; } pre, blockquote { border: $border-width solid $gray-500; // Bootstrap custom code; using `$border-width` instead of 1px page-break-inside: avoid; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } // Bootstrap specific changes start // Specify a size and min-width to make printing closer across browsers. // We don't set margin here because it breaks `size` in Chrome. We also // don't use `!important` on `size` as it breaks in Chrome. // @page { // size: $print-page-size; // } body { min-width: $print-body-min-width !important; } .container { min-width: $print-body-min-width !important; } // Bootstrap components .navbar { display: none; } .badge { border: $border-width solid $black; } .table { border-collapse: collapse !important; td, th { background-color: $white !important; } } .table-bordered { th, td { border: 1px solid $gray-300 !important; } } .table-dark { color: inherit; th, td, thead th, tbody + tbody { border-color: $table-border-color; } } .table .thead-dark th { color: inherit; border-color: $table-border-color; } // Bootstrap specific changes end } }
Upload File
Create Folder