/**
 * Copyright (c) Cisco Systems, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 */

md-dropdown {
  min-width: 80px;
  margin: 0 12px;
}

.relation {
  margin-left: 0;
}

:host {
  padding-left: 12px;
  display: flex;
}
.block-container.bordered {
  border: 1px dashed #aaaaaa;
}

.disabled-picker {
  padding: 2px;
  color: var(--md-hyperlink-text-color, #005e7d);
  margin-right: 8px;
  font-weight: 600;
}

.intend {
  height: 10px;
  width: 10px;
  margin: 0 12px;
}

.relation {
  margin-right: 12px;
}
