OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
reader
/
admin
/
scss
/
bootstrap
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/03/2025 08:25:54 AM
rwxr-xr-x
📄
.DS_Store
10 KB
03/03/2025 08:25:54 AM
rw-r--r--
📄
_alert.scss
1.12 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_badge.scss
1.09 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_breadcrumb.scss
1.25 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_button-group.scss
3.54 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_buttons.scss
2.49 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_card.scss
5.73 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_carousel.scss
4.64 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_close.scss
956 bytes
03/03/2025 08:25:55 AM
rw-r--r--
📄
_code.scss
1013 bytes
03/03/2025 08:25:55 AM
rw-r--r--
📄
_custom-forms.scss
14.52 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_dropdown.scss
4.26 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_forms.scss
8.61 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_functions.scss
2.66 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_grid.scss
1016 bytes
03/03/2025 08:25:55 AM
rw-r--r--
📄
_images.scss
1.13 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_input-group.scss
5.72 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_jumbotron.scss
405 bytes
03/03/2025 08:25:55 AM
rw-r--r--
📄
_list-group.scss
3.66 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_media.scss
83 bytes
03/03/2025 08:25:55 AM
rw-r--r--
📄
_mixins.scss
1.03 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_modal.scss
5.79 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_nav.scss
2.02 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_navbar.scss
6.26 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_pagination.scss
1.7 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_popover.scss
4.68 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_print.scss
2.93 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_progress.scss
1.04 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_reboot.scss
10.92 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_root.scss
572 bytes
03/03/2025 08:25:55 AM
rw-r--r--
📄
_spinners.scss
1.03 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_tables.scss
3.44 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_toasts.scss
990 bytes
03/03/2025 08:25:55 AM
rw-r--r--
📄
_tooltip.scss
2.45 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_transitions.scss
261 bytes
03/03/2025 08:25:55 AM
rw-r--r--
📄
_type.scss
2.19 KB
03/03/2025 08:25:55 AM
rw-r--r--
📄
_utilities.scss
502 bytes
03/03/2025 08:25:56 AM
rw-r--r--
📄
_variables.scss
46.66 KB
03/03/2025 08:25:56 AM
rw-r--r--
📄
bootstrap-grid.scss
572 bytes
03/03/2025 08:25:54 AM
rw-r--r--
📄
bootstrap-reboot.scss
411 bytes
03/03/2025 08:25:55 AM
rw-r--r--
📄
bootstrap.scss
920 bytes
03/03/2025 08:25:55 AM
rw-r--r--
📁
mixins
-
03/03/2025 08:30:55 AM
rwxr-xr-x
📁
utilities
-
03/03/2025 08:30:56 AM
rwxr-xr-x
📁
vendor
-
03/03/2025 08:30:56 AM
rwxr-xr-x
Editing: _button-group.scss
Close
// stylelint-disable selector-no-qualifying-type // Make the div behave like a button .btn-group, .btn-group-vertical { position: relative; display: inline-flex; vertical-align: middle; // match .btn alignment given font-size hack above > .btn { position: relative; flex: 1 1 auto; // Bring the hover, focused, and "active" buttons to the front to overlay // the borders properly @include hover { z-index: 1; } &:focus, &:active, &.active { z-index: 1; } } } // Optional: Group multiple button groups together for a toolbar .btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; .input-group { width: auto; } } .btn-group { // Prevent double borders when buttons are next to each other > .btn:not(:first-child), > .btn-group:not(:first-child) { margin-left: -$btn-border-width; } // Reset rounded corners > .btn:not(:last-child):not(.dropdown-toggle), > .btn-group:not(:last-child) > .btn { @include border-right-radius(0); } > .btn:not(:first-child), > .btn-group:not(:first-child) > .btn { @include border-left-radius(0); } } // Sizing // // Remix the default button sizing classes into new ones for easier manipulation. .btn-group-sm > .btn { @extend .btn-sm; } .btn-group-lg > .btn { @extend .btn-lg; } // // Split button dropdowns // .dropdown-toggle-split { padding-right: $btn-padding-x * .75; padding-left: $btn-padding-x * .75; &::after, .dropup &::after, .dropright &::after { margin-left: 0; } .dropleft &::before { margin-right: 0; } } .btn-sm + .dropdown-toggle-split { padding-right: $btn-padding-x-sm * .75; padding-left: $btn-padding-x-sm * .75; } .btn-lg + .dropdown-toggle-split { padding-right: $btn-padding-x-lg * .75; padding-left: $btn-padding-x-lg * .75; } // The clickable button for toggling the menu // Set the same inset shadow as the :active state .btn-group.show .dropdown-toggle { @include box-shadow($btn-active-box-shadow); // Show no shadow for `.btn-link` since it has no other button styles. &.btn-link { @include box-shadow(none); } } // // Vertical button groups // .btn-group-vertical { flex-direction: column; align-items: flex-start; justify-content: center; > .btn, > .btn-group { width: 100%; } > .btn:not(:first-child), > .btn-group:not(:first-child) { margin-top: -$btn-border-width; } // Reset rounded corners > .btn:not(:last-child):not(.dropdown-toggle), > .btn-group:not(:last-child) > .btn { @include border-bottom-radius(0); } > .btn:not(:first-child), > .btn-group:not(:first-child) > .btn { @include border-top-radius(0); } } // Checkbox and radio options // // In order to support the browser's form validation feedback, powered by the // `required` attribute, we have to "hide" the inputs via `clip`. We cannot use // `display: none;` or `visibility: hidden;` as that also hides the popover. // Simply visually hiding the inputs via `opacity` would leave them clickable in // certain cases which is prevented by using `clip` and `pointer-events`. // This way, we ensure a DOM element is visible to position the popover from. // // See https://github.com/twbs/bootstrap/pull/12794 and // https://github.com/twbs/bootstrap/pull/14559 for more information. .btn-group-toggle { > .btn, > .btn-group > .btn { margin-bottom: 0; // Override default `<label>` value input[type="radio"], input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } } }