.fullscreen-edit-form {

  background-color: @m-white;

  .header {
    background-color: @primaryColor;

    .mdi {
      font-size: @sub-header-height;
    }
  }

  .host {
    margin-top: 0;
  }

  .autocomplete {
    margin: 0;

    border: none;
    box-shadow: none;
  }

}

.tag-list {
  position: relative;

  .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(to right, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);
  }
}
