thirdparty-duallist-multiselect.less 636 B

123456789101112131415161718192021222324252627282930
  1. .enable_plugin_duallist() when(@enable-plugin-duallist = true) {
  2. .btn-group > .btn.moveall:first-child,
  3. .btn-group > .btn.remove:first-child {
  4. margin: 0;
  5. }
  6. .btn-group > .btn.moveall:first-child + .btn.move,
  7. .btn-group > .btn.remove:first-child + .btn.removeall {
  8. margin: 0;
  9. }
  10. .bootstrap-duallistbox-container .info {
  11. font-size: ceil(@base-font-size * 0.9);
  12. }
  13. .bootstrap-duallistbox-container .clear1, .bootstrap-duallistbox-container .clear2 {
  14. font-size: ceil(@base-font-size * 0.9);
  15. }
  16. }
  17. .enable_plugin_duallist();
  18. .multiselect-container > li > a {
  19. padding: 0;
  20. > label {
  21. padding: 7px 10px 7px 20px;
  22. }
  23. }