26 lines
529 B
Plaintext
26 lines
529 B
Plaintext
.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;
|
|
}
|
|
} |