/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

@keyframes ec3w-expand {
  0% {
    opacity: 0;
    width: 20%;
  }

  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes ec3w-shrink {
  100% {
    opacity: 0;
    width: 20%;
  }

  0% {
    opacity: 1;
    width: 100%;
  }
}

.ec3w-search-button {
  float: right;
}
