vc_placeholder.less 529 B

1234567891011121314151617181920212223242526
  1. .vc_placeholder {
  2. width: 100% !important;
  3. background: transparent url(@vc_placeholder_pattern);
  4. margin-top: 5px;
  5. margin-bottom: 5px;
  6. &-row {
  7. padding: 0;
  8. margin: 0 0 35px 0;
  9. background: transparent url(@vc_placeholder_pattern);
  10. height: 50px;
  11. }
  12. &-column {
  13. background: transparent url(@vc_placeholder_pattern);
  14. float: left;
  15. }
  16. &-tab {
  17. background: transparent url(@vc_placeholder_pattern);
  18. }
  19. }
  20. .vc_param_group-list {
  21. .vc_placeholder {
  22. height: 24px;
  23. margin-bottom: 15px;
  24. }
  25. }