__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// Gradients
@mixin gradient-bg($color) {
@if $enable-gradients {
background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x;
} @else {
background-color: $color;
}
}
// Horizontal gradient, from left to right
//
// Creates two color stops, start and end, by specifying a color and position for each color stop.
@mixin gradient-x($start-color: $gray-700, $end-color: $gray-800, $start-percent: 0%, $end-percent: 100%) {
background-image: linear-gradient(to right, $start-color $start-percent, $end-color $end-percent);
background-repeat: repeat-x;
}
// Vertical gradient, from top to bottom
//
// Creates two color stops, start and end, by specifying a color and position for each color stop.
@mixin gradient-y($start-color: $gray-700, $end-color: $gray-800, $start-percent: 0%, $end-percent: 100%) {
background-image: linear-gradient(to bottom, $start-color $start-percent, $end-color $end-percent);
background-repeat: repeat-x;
}
@mixin gradient-directional($start-color: $gray-700, $end-color: $gray-800, $deg: 45deg) {
background-image: linear-gradient($deg, $start-color, $end-color);
background-repeat: repeat-x;
}
@mixin gradient-x-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {
background-image: linear-gradient(to right, $start-color, $mid-color $color-stop, $end-color);
background-repeat: no-repeat;
}
@mixin gradient-y-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {
background-image: linear-gradient($start-color, $mid-color $color-stop, $end-color);
background-repeat: no-repeat;
}
@mixin gradient-radial($inner-color: $gray-700, $outer-color: $gray-800) {
background-image: radial-gradient(circle, $inner-color, $outer-color);
background-repeat: no-repeat;
}
@mixin gradient-striped($color: rgba($white, .15), $angle: 45deg) {
background-image: linear-gradient($angle, $color 25%, transparent 25%, transparent 50%, $color 50%, $color 75%, transparent 75%, transparent);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _alert.scss | File | 242 B | 0777 |
|
| _background-variant.scss | File | 695 B | 0777 |
|
| _badge.scss | File | 320 B | 0777 |
|
| _border-radius.scss | File | 1.79 KB | 0777 |
|
| _box-shadow.scss | File | 532 B | 0777 |
|
| _breakpoints.scss | File | 4.38 KB | 0777 |
|
| _buttons.scss | File | 3.44 KB | 0777 |
|
| _caret.scss | File | 1.39 KB | 0777 |
|
| _clearfix.scss | File | 93 B | 0777 |
|
| _deprecate.scss | File | 613 B | 0777 |
|
| _float.scss | File | 392 B | 0777 |
|
| _forms.scss | File | 5.68 KB | 0777 |
|
| _gradients.scss | File | 2 KB | 0777 |
|
| _grid-framework.scss | File | 2.04 KB | 0777 |
|
| _grid.scss | File | 2.04 KB | 0777 |
|
| _hover.scss | File | 757 B | 0777 |
|
| _image.scss | File | 1.13 KB | 0777 |
|
| _list-group.scss | File | 433 B | 0777 |
|
| _lists.scss | File | 170 B | 0777 |
|
| _nav-divider.scss | File | 369 B | 0777 |
|
| _pagination.scss | File | 462 B | 0777 |
|
| _reset-text.scss | File | 481 B | 0777 |
|
| _resize.scss | File | 202 B | 0777 |
|
| _screen-reader.scss | File | 827 B | 0777 |
|
| _size.scss | File | 148 B | 0777 |
|
| _table-row.scss | File | 794 B | 0777 |
|
| _text-emphasis.scss | File | 474 B | 0777 |
|
| _text-hide.scss | File | 326 B | 0777 |
|
| _text-truncate.scss | File | 168 B | 0777 |
|
| _transition.scss | File | 681 B | 0777 |
|
| _visibility.scss | File | 189 B | 0777 |
|