13 lines
368 B
SCSS
13 lines
368 B
SCSS
// =====================================================
|
|
// WPDS — Comment Search: fields checkbox wrapper
|
|
// =====================================================
|
|
|
|
.wpd-pro-teaser-body {
|
|
// Wrapper div around the searchable-field checkboxes
|
|
.wpds-pro-fields-wrap {
|
|
display: block;
|
|
padding: 5px 0 5px 3px;
|
|
line-height: 20px;
|
|
}
|
|
}
|