rule.scss

56 lines | 1.158 kB Blame History Raw Download
/**
 * Copyright © 2016 The Thingsboard Authors
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.tb-rule {
  min-width: 600px;
  tb-plugin-select {
    padding: 2px;
    margin: 18px 0;
  }
}

.tb-filter {
  min-width: 500px;
  min-height: 300px;
}

.tb-filters ul[dnd-list],
.tb-filters ul[dnd-list] > li {
  position: relative;
}

.tb-filters ul[dnd-list] {
  min-height: 42px;
  padding-left: 0px;
}

.tb-filters ul[dnd-list] .dndDraggingSource {
  display: none;
}

.tb-filters ul[dnd-list] .dndPlaceholder {
  display: block;
  background-color: #ddd;
  min-height: 42px;
}

.tb-filters ul[dnd-list] li {
  display: block;
}

.tb-filters .handle {
  cursor: move;
}