_query_part.scss 162 B

1234567891011
  1. .query-part {
  2. background-color: $input-bg !important;
  3. &.show-function-controls {
  4. padding-top: 5px;
  5. min-width: 100px;
  6. text-align: center;
  7. }
  8. }