| 1234567891011121314151617181920212223242526 |
- .vc_placeholder {
- width: 100% !important;
- background: transparent url(@vc_placeholder_pattern);
- margin-top: 5px;
- margin-bottom: 5px;
- &-row {
- padding: 0;
- margin: 0 0 35px 0;
- background: transparent url(@vc_placeholder_pattern);
- height: 50px;
- }
- &-column {
- background: transparent url(@vc_placeholder_pattern);
- float: left;
- }
- &-tab {
- background: transparent url(@vc_placeholder_pattern);
- }
- }
- .vc_param_group-list {
- .vc_placeholder {
- height: 24px;
- margin-bottom: 15px;
- }
- }
|