__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// Notes on the classes:
//
// 1. .carousel.pointer-event should ideally be pan-y (to allow for users to scroll vertically)
// even when their scroll action started on a carousel, but for compatibility (with Firefox)
// we're preventing all actions instead
// 2. The .carousel-item-left and .carousel-item-right is used to indicate where
// the active slide is heading.
// 3. .active.carousel-item is the current slide.
// 4. .active.carousel-item-left and .active.carousel-item-right is the current
// slide in its in-transition state. Only one of these occurs at a time.
// 5. .carousel-item-next.carousel-item-left and .carousel-item-prev.carousel-item-right
// is the upcoming slide in transition.
.carousel {
position: relative;
}
.carousel.pointer-event {
touch-action: pan-y;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
@include clearfix();
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
backface-visibility: hidden;
@include transition($carousel-transition);
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
transform: translateX(-100%);
}
//
// Alternate transitions
//
.carousel-fade {
.carousel-item {
opacity: 0;
transition-property: opacity;
transform: none;
}
.carousel-item.active,
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1;
}
.active.carousel-item-left,
.active.carousel-item-right {
z-index: 0;
opacity: 0;
@include transition(opacity 0s $carousel-transition-duration);
}
}
//
// Left/right controls for nav
//
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
// Use flex for alignment (1-3)
display: flex; // 1. allow flex styles
align-items: center; // 2. vertically center contents
justify-content: center; // 3. horizontally center contents
width: $carousel-control-width;
padding: 0;
color: $carousel-control-color;
text-align: center;
background: none;
border: 0;
opacity: $carousel-control-opacity;
@include transition($carousel-control-transition);
// Hover/focus state
@include hover-focus() {
color: $carousel-control-color;
text-decoration: none;
outline: 0;
opacity: $carousel-control-hover-opacity;
}
}
.carousel-control-prev {
left: 0;
@if $enable-gradients {
background-image: linear-gradient(90deg, rgba($black, .25), rgba($black, .001));
}
}
.carousel-control-next {
right: 0;
@if $enable-gradients {
background-image: linear-gradient(270deg, rgba($black, .25), rgba($black, .001));
}
}
// Icons for within
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: $carousel-control-icon-width;
height: $carousel-control-icon-width;
background: 50% / 100% 100% no-repeat;
}
.carousel-control-prev-icon {
background-image: escape-svg($carousel-control-prev-icon-bg);
}
.carousel-control-next-icon {
background-image: escape-svg($carousel-control-next-icon-bg);
}
// Optional indicator pips
//
// Add an ordered list with the following class and add a list item for each
// slide your carousel holds.
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: flex;
justify-content: center;
padding-left: 0; // override <ol> default
// Use the .carousel-control's width as margin so we don't overlay those
margin-right: $carousel-control-width;
margin-left: $carousel-control-width;
list-style: none;
li {
box-sizing: content-box;
flex: 0 1 auto;
width: $carousel-indicator-width;
height: $carousel-indicator-height;
margin-right: $carousel-indicator-spacer;
margin-left: $carousel-indicator-spacer;
text-indent: -999px;
cursor: pointer;
background-color: $carousel-indicator-active-bg;
background-clip: padding-box;
// Use transparent borders to increase the hit area by 10px on top and bottom.
border-top: $carousel-indicator-hit-area-height solid transparent;
border-bottom: $carousel-indicator-hit-area-height solid transparent;
opacity: .5;
@include transition($carousel-indicator-transition);
}
.active {
opacity: 1;
}
}
// Optional captions
//
//
.carousel-caption {
position: absolute;
right: (100% - $carousel-caption-width) * .5;
bottom: 20px;
left: (100% - $carousel-caption-width) * .5;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: $carousel-caption-color;
text-align: center;
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| mixins | Folder | 0777 |
|
|
| utilities | Folder | 0777 |
|
|
| vendor | Folder | 0777 |
|
|
| _alert.scss | File | 1.14 KB | 0777 |
|
| _badge.scss | File | 1.09 KB | 0777 |
|
| _breadcrumb.scss | File | 1.29 KB | 0777 |
|
| _button-group.scss | File | 3.54 KB | 0777 |
|
| _buttons.scss | File | 2.62 KB | 0777 |
|
| _card.scss | File | 5.8 KB | 0777 |
|
| _carousel.scss | File | 4.73 KB | 0777 |
|
| _close.scss | File | 940 B | 0777 |
|
| _code.scss | File | 1012 B | 0777 |
|
| _custom-forms.scss | File | 15.33 KB | 0777 |
|
| _dropdown.scss | File | 4.33 KB | 0777 |
|
| _forms.scss | File | 9.03 KB | 0777 |
|
| _functions.scss | File | 5.26 KB | 0777 |
|
| _grid.scss | File | 1.7 KB | 0777 |
|
| _images.scss | File | 1.13 KB | 0777 |
|
| _input-group.scss | File | 6.37 KB | 0777 |
|
| _jumbotron.scss | File | 406 B | 0777 |
|
| _list-group.scss | File | 3.78 KB | 0777 |
|
| _media.scss | File | 83 B | 0777 |
|
| _mixins.scss | File | 1.03 KB | 0777 |
|
| _modal.scss | File | 6.16 KB | 0777 |
|
| _nav.scss | File | 2.29 KB | 0777 |
|
| _navbar.scss | File | 7.35 KB | 0777 |
|
| _pagination.scss | File | 1.78 KB | 0777 |
|
| _popover.scss | File | 4.61 KB | 0777 |
|
| _print.scss | File | 2.78 KB | 0777 |
|
| _progress.scss | File | 1.14 KB | 0777 |
|
| _reboot.scss | File | 11.27 KB | 0777 |
|
| _root.scss | File | 572 B | 0777 |
|
| _spinners.scss | File | 1.26 KB | 0777 |
|
| _tables.scss | File | 3.46 KB | 0777 |
|
| _toasts.scss | File | 1.11 KB | 0777 |
|
| _tooltip.scss | File | 2.46 KB | 0777 |
|
| _transitions.scss | File | 363 B | 0777 |
|
| _type.scss | File | 2.17 KB | 0777 |
|
| _utilities.scss | File | 536 B | 0777 |
|
| _variables.scss | File | 47.48 KB | 0777 |
|
| bootstrap-grid.scss | File | 598 B | 0777 |
|
| bootstrap-reboot.scss | File | 409 B | 0777 |
|
| bootstrap.scss | File | 918 B | 0777 |
|