__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// stylelint-disable selector-no-qualifying-type
//
// Base styles
//
.btn {
display: inline-block;
font-family: $btn-font-family;
font-weight: $btn-font-weight;
color: $body-color;
text-align: center;
text-decoration: if($link-decoration == none, null, none);
white-space: $btn-white-space;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: $btn-border-width solid transparent;
@include button-size($btn-padding-y, $btn-padding-x, $btn-font-size, $btn-line-height, $btn-border-radius);
@include transition($btn-transition);
@include hover() {
color: $body-color;
text-decoration: none;
}
&:focus,
&.focus {
outline: 0;
box-shadow: $btn-focus-box-shadow;
}
// Disabled comes first so active can properly restyle
&.disabled,
&:disabled {
opacity: $btn-disabled-opacity;
@include box-shadow(none);
}
&:not(:disabled):not(.disabled) {
cursor: if($enable-pointer-cursor-for-buttons, pointer, null);
&:active,
&.active {
@include box-shadow($btn-active-box-shadow);
&:focus {
@include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow);
}
}
}
}
// Future-proof disabling of clicks on `<a>` elements
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
//
// Alternate buttons
//
@each $color, $value in $theme-colors {
.btn-#{$color} {
@include button-variant($value, $value);
}
}
@each $color, $value in $theme-colors {
.btn-outline-#{$color} {
@include button-outline-variant($value);
}
}
//
// Link buttons
//
// Make a button look and behave like a link
.btn-link {
font-weight: $font-weight-normal;
color: $link-color;
text-decoration: $link-decoration;
@include hover() {
color: $link-hover-color;
text-decoration: $link-hover-decoration;
}
&:focus,
&.focus {
text-decoration: $link-hover-decoration;
}
&:disabled,
&.disabled {
color: $btn-link-disabled-color;
pointer-events: none;
}
// No need for an active state here
}
//
// Button Sizes
//
.btn-lg {
@include button-size($btn-padding-y-lg, $btn-padding-x-lg, $btn-font-size-lg, $btn-line-height-lg, $btn-border-radius-lg);
}
.btn-sm {
@include button-size($btn-padding-y-sm, $btn-padding-x-sm, $btn-font-size-sm, $btn-line-height-sm, $btn-border-radius-sm);
}
//
// Block button
//
.btn-block {
display: block;
width: 100%;
// Vertically space out multiple block buttons
+ .btn-block {
margin-top: $btn-block-spacing-y;
}
}
// Specificity overrides
input[type="submit"],
input[type="reset"],
input[type="button"] {
&.btn-block {
width: 100%;
}
}
| 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 |
|