OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
admin
/
scss
/
bootstrap
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/09/2024 12:33:13 PM
rwxrwxr-x
📄
.DS_Store
10 KB
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_alert.scss
1.12 KB
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_badge.scss
1.09 KB
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_breadcrumb.scss
1.25 KB
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_button-group.scss
3.54 KB
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_buttons.scss
2.49 KB
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_card.scss
5.73 KB
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_carousel.scss
4.64 KB
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_close.scss
956 bytes
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_code.scss
1013 bytes
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_custom-forms.scss
14.52 KB
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_dropdown.scss
4.26 KB
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_forms.scss
8.61 KB
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_functions.scss
2.66 KB
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_grid.scss
1016 bytes
11/09/2024 12:33:13 PM
rw-rw-r--
📄
_images.scss
1.13 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_input-group.scss
5.72 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_jumbotron.scss
405 bytes
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_list-group.scss
3.66 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_media.scss
83 bytes
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_mixins.scss
1.03 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_modal.scss
5.79 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_nav.scss
2.02 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_navbar.scss
6.26 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_pagination.scss
1.7 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_popover.scss
4.68 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_print.scss
2.93 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_progress.scss
1.04 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_reboot.scss
10.92 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_root.scss
572 bytes
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_spinners.scss
1.03 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_tables.scss
3.44 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_toasts.scss
990 bytes
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_tooltip.scss
2.45 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_transitions.scss
261 bytes
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_type.scss
2.19 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_utilities.scss
502 bytes
11/09/2024 12:33:14 PM
rw-rw-r--
📄
_variables.scss
46.66 KB
11/09/2024 12:33:14 PM
rw-rw-r--
📄
bootstrap-grid.scss
572 bytes
11/09/2024 12:33:13 PM
rw-rw-r--
📄
bootstrap-reboot.scss
411 bytes
11/09/2024 12:33:13 PM
rw-rw-r--
📄
bootstrap.scss
920 bytes
11/09/2024 12:33:13 PM
rw-rw-r--
📁
mixins
-
11/09/2024 12:33:16 PM
rwxrwxr-x
📁
utilities
-
11/09/2024 12:33:16 PM
rwxrwxr-x
📁
vendor
-
11/09/2024 12:33:16 PM
rwxrwxr-x
Editing: _dropdown.scss
Close
// The dropdown wrapper (`<div>`) .dropup, .dropright, .dropdown, .dropleft { position: relative; } .dropdown-toggle { white-space: nowrap; // Generate the caret automatically @include caret; } // The dropdown menu .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: $zindex-dropdown; display: none; // none by default, but block on "open" of the menu float: left; min-width: $dropdown-min-width; padding: $dropdown-padding-y 0; margin: $dropdown-spacer 0 0; // override default ul @include font-size($dropdown-font-size); color: $dropdown-color; text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer) list-style: none; background-color: $dropdown-bg; background-clip: padding-box; border: $dropdown-border-width solid $dropdown-border-color; @include border-radius($dropdown-border-radius); @include box-shadow($dropdown-box-shadow); } @each $breakpoint in map-keys($grid-breakpoints) { @include media-breakpoint-up($breakpoint) { $infix: breakpoint-infix($breakpoint, $grid-breakpoints); .dropdown-menu#{$infix}-left { right: auto; left: 0; } .dropdown-menu#{$infix}-right { right: 0; left: auto; } } } // Allow for dropdowns to go bottom up (aka, dropup-menu) // Just add .dropup after the standard .dropdown class and you're set. .dropup { .dropdown-menu { top: auto; bottom: 100%; margin-top: 0; margin-bottom: $dropdown-spacer; } .dropdown-toggle { @include caret(up); } } .dropright { .dropdown-menu { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: $dropdown-spacer; } .dropdown-toggle { @include caret(right); &::after { vertical-align: 0; } } } .dropleft { .dropdown-menu { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: $dropdown-spacer; } .dropdown-toggle { @include caret(left); &::before { vertical-align: 0; } } } // When enabled Popper.js, reset basic dropdown position // stylelint-disable-next-line no-duplicate-selectors .dropdown-menu { &[x-placement^="top"], &[x-placement^="right"], &[x-placement^="bottom"], &[x-placement^="left"] { right: auto; bottom: auto; } } // Dividers (basically an `<hr>`) within the dropdown .dropdown-divider { @include nav-divider($dropdown-divider-bg, $dropdown-divider-margin-y); } // Links, buttons, and more within the dropdown menu // // `<button>`-specific styles are denoted with `// For <button>s` .dropdown-item { display: block; width: 100%; // For `<button>`s padding: $dropdown-item-padding-y $dropdown-item-padding-x; clear: both; font-weight: $font-weight-normal; color: $dropdown-link-color; text-align: inherit; // For `<button>`s white-space: nowrap; // prevent links from randomly breaking onto new lines background-color: transparent; // For `<button>`s border: 0; // For `<button>`s // Prevent dropdown overflow if there's no padding // See https://github.com/twbs/bootstrap/pull/27703 @if $dropdown-padding-y == 0 { &:first-child { @include border-top-radius($dropdown-inner-border-radius); } &:last-child { @include border-bottom-radius($dropdown-inner-border-radius); } } @include hover-focus { color: $dropdown-link-hover-color; text-decoration: none; @include gradient-bg($dropdown-link-hover-bg); } &.active, &:active { color: $dropdown-link-active-color; text-decoration: none; @include gradient-bg($dropdown-link-active-bg); } &.disabled, &:disabled { color: $dropdown-link-disabled-color; pointer-events: none; background-color: transparent; // Remove CSS gradients if they're enabled @if $enable-gradients { background-image: none; } } } .dropdown-menu.show { display: block; } // Dropdown section headers .dropdown-header { display: block; padding: $dropdown-padding-y $dropdown-item-padding-x; margin-bottom: 0; // for use with heading elements @include font-size($font-size-sm); color: $dropdown-header-color; white-space: nowrap; // as with > li > a } // Dropdown text .dropdown-item-text { display: block; padding: $dropdown-item-padding-y $dropdown-item-padding-x; color: $dropdown-link-color; }