_query_part.scss 211 B

12345678910111213141516
  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. }
  9. .query-part-name {
  10. }
  11. .query-part-parameters {
  12. }