Нема описа
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

buttons.bootstrap5.scss 623B

123456789101112131415161718192021222324
  1. @import "../../scss/_bootstrap-extended/include";
  2. @import "datatables.net-buttons-bs5/css/buttons.bootstrap5";
  3. div.dt-container {
  4. .dt-button-collection {
  5. inline-size: auto;
  6. }
  7. div.dropdown-menu.dt-button-collection,
  8. div.dt-button-collection .dt-button:not(.dt-btn-split-drop) {
  9. min-inline-size: 8rem;
  10. }
  11. .dt-buttons {
  12. &.btn-group {
  13. .btn {
  14. border-color: transparent;
  15. }
  16. &:not(.btn-group-vertical) > .btn-group:not(:last-child) > .btn,
  17. &:not(.btn-group-vertical) > :not(.btn-check) + .btn {
  18. @include border-radius($border-radius !important);
  19. }
  20. }
  21. }
  22. }