.#{$iot-prefix}--card-editor {
  height: 100%;
  width: 16rem;
  display: flex;
  background: $ui-01;
  flex-direction: column;
  border-left: 1px solid $ui-03;
  &--header {
    flex: 0 0 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 $spacing-02;
    border-bottom: 1px solid $ui-03;
    h5 {
      padding: 0 $spacing-03;
    }
  }

  &--footer {
    border-top: solid 1px $ui-03;
    & > button {
      justify-content: space-between;
      width: 100%;
    }
  }

  &--content {
    flex: 1;
    height: 100%;
    overflow: auto;

    .#{$iot-prefix}--list-item {
      height: $spacing-09;
    }
  }

  &--header--title {
    @include type-style('productive-heading-02');
    padding-left: $spacing-03;
    width: 100%;
  }
}

.#{$iot-prefix}--card-gallery-list__icon > svg {
  height: 34px;
  width: 40px;
}
