/
var
/
www
/
protarget.com.ua
/
www
/
node_modules
/
bootstrap
/
scss
/
/var/www/protarget.com.ua/www/node_modules/bootstrap/scss
mkdir
upload
Name
Size
Mode
Actions
forms/
-
0755
rm
helpers/
-
0755
rm
mixins/
-
0755
rm
utilities/
-
0755
rm
vendor/
-
0755
rm
bootstrap-grid.scss
1351
0644
edit
dl
rm
bootstrap-reboot.scss
425
0644
edit
dl
rm
bootstrap-utilities.scss
393
0644
edit
dl
rm
bootstrap.scss
1061
0644
edit
dl
rm
_accordion.scss
2621
0644
edit
dl
rm
_alert.scss
1474
0644
edit
dl
rm
_badge.scss
624
0644
edit
dl
rm
_breadcrumb.scss
923
0644
edit
dl
rm
_button-group.scss
2969
0644
edit
dl
rm
_buttons.scss
2232
0644
edit
dl
rm
_card.scss
4800
0644
edit
dl
rm
_carousel.scss
5625
0644
edit
dl
rm
_close.scss
1127
0644
edit
dl
rm
_containers.scss
1196
0644
edit
dl
rm
_dropdown.scss
5501
0644
edit
dl
rm
_forms.scss
256
0644
edit
dl
rm
_functions.scss
10621
0644
edit
dl
rm
_grid.scss
602
0644
edit
dl
rm
_helpers.scss
266
0644
edit
dl
rm
_images.scss
1158
0644
edit
dl
rm
_list-group.scss
4552
0644
edit
dl
rm
_mixins.scss
899
0644
edit
dl
rm
_modal.scss
5658
0644
edit
dl
rm
_nav.scss
2668
0644
edit
dl
rm
_navbar.scss
7536
0644
edit
dl
rm
_offcanvas.scss
1933
0644
edit
dl
rm
_pagination.scss
1681
0644
edit
dl
rm
_placeholders.scss
859
0644
edit
dl
rm
_popover.scss
4402
0644
edit
dl
rm
_progress.scss
1169
0644
edit
dl
rm
_reboot.scss
12571
0644
edit
dl
rm
_root.scss
1880
0644
edit
dl
rm
_spinners.scss
1521
0644
edit
dl
rm
_tables.scss
4215
0644
edit
dl
rm
_toasts.scss
1168
0644
edit
dl
rm
_tooltip.scss
2608
0644
edit
dl
rm
_transitions.scss
425
0644
edit
dl
rm
_type.scss
1344
0644
edit
dl
rm
_utilities.scss
14038
0644
edit
dl
rm
_variables.scss
67864
0644
edit
dl
rm
Edit:
/var/www/protarget.com.ua/www/node_modules/bootstrap/scss/_button-group.scss
(2969B)
// 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 > .btn-check:checked + .btn, > .btn-check:focus + .btn, > .btn:hover, > .btn:focus, > .btn:active, > .btn.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-end-radius(0); } // The left radius should be 0 if the button is: // - the "third or more" child // - the second child and the previous element isn't `.btn-check` (making it the first child visually) // - part of a btn-group which isn't the first child > .btn:nth-child(n + 3), > :not(.btn-check) + .btn, > .btn-group:not(:first-child) > .btn { @include border-start-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, .dropend &::after { margin-left: 0; } .dropstart &::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 ~ .btn, > .btn-group:not(:first-child) > .btn { @include border-top-radius(0); } }
Save
cmd:
run