/**
 * @license
 * Copyright Endlessjs. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

@import '../../styles/core/mixins';

:host {
  display: flex;
  flex-direction: column;
  position: relative;

  .close {
    @include el-ltr(right, 0);
    @include el-rtl(left, 0);
  }
}

.close {
  position: absolute;
  top: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
  appearance: none;
}
