bootstrap-table-foundation.scss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /**
  2. * @author zhixin wen <wenzhixin2010@gmail.com>
  3. * https://github.com/wenzhixin/bootstrap-table/
  4. * theme: https://github.com/jgthms/bulma/
  5. */
  6. @import "./variables";
  7. @import "../theme";
  8. .bootstrap-table {
  9. .float-left {
  10. float: left;
  11. }
  12. .float-right {
  13. float: right;
  14. }
  15. .fixed-table-toolbar {
  16. .search input {
  17. height: 2.5293rem;
  18. }
  19. .keep-open.dropdown-container {
  20. .button {
  21. &:hover .menu {
  22. background: #fff;
  23. }
  24. }
  25. .menu {
  26. li {
  27. padding: 5px 0;
  28. label {
  29. white-space: nowrap;
  30. text-align: left;
  31. }
  32. }
  33. }
  34. }
  35. input,
  36. .button {
  37. margin-bottom: 0;
  38. }
  39. }
  40. .fixed-table-pagination {
  41. .page-list > div {
  42. display: inline;
  43. }
  44. .button {
  45. margin-bottom: 0;
  46. }
  47. .dropup .fa-angle-down::before {
  48. content: "\f106";
  49. }
  50. .page-item {
  51. padding: 6px 12px;
  52. line-height: 1.4286;
  53. }
  54. }
  55. .dropdown-pane {
  56. width: auto;
  57. padding: 0.5rem;
  58. }
  59. }