# post-carousel/4.0.2/src/components/selectField/editor.scss

Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog &amp; News, version 4.0.2. 47 lines.

- Page: https://pluginprobe.com/plugins/post-carousel/4.0.2/code/src/components/selectField/editor.scss
- Raw: https://pluginprobe.com/plugins/post-carousel/4.0.2/raw/src/components/selectField/editor.scss
- Modified: 2026-04-24T11:48:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/post-carousel/4.0.2/code/src/components/selectField/editor.scss#L10-L20`.

```scss
// select field modified css
.sp-smart-post-tab-panel {
  .sp-smart-post-select-field {
    &.sp-smart-post-d-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .sp-smart-post-header {
      display: flex;
      align-items: center;
      .sp-smart-post-select-component-title {
        margin-right: 8px;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
      }
    }
  }
}
.sp-smart-post-select-field {
  &.h-32 {
    .components-select-control__input {
      max-height: 32px !important;  
      min-height: 32px !important;
      height: 32px !important;
      text-transform: capitalize;
    }
  }
  // .components-select-control__input {
  //   text-transform: capitalize;
  // }
}

.sp-is-pro {
  .sp-smart-pro-text {
    margin-left: 0;
  }
  .sp-smart-post-header{
    color: #00000080;
  }
  .components-select-control {
    opacity: .6;
    pointer-events: none;
  }
}
```
