@import "../common/var";

@include b(time-panel) {
  margin: 5px 0;
  border: $--border-base;
  background-color: $--color-white;
  // box-shadow: $--box-shadow-light;
  box-shadow: $--shadow1-center;
  // border-radius: 2px;
  border-radius: $--border-radius-small;
  position: absolute;
  width: 198px;
  left: 0;
  z-index: $--index-top;
  user-select: none;
  box-sizing: content-box;
  border-radius: $--border-radius-base;

  @include e(content) {
    font-size: 0;
    position: relative;
    overflow: hidden;
    padding-top: 4px;
  }

  @include e(footer) {
    border-top: $--border-width-base $--border-style-base $--datepicker-inner-border-color;
    padding: 9px 10px 10px;
    height: $--datepicker-footer-height;
    font-size: 0;
    box-sizing: border-box;
    text-align: right;
    border-bottom-left-radius: $--border-radius-base;
    border-bottom-right-radius: $--border-radius-base;
  }
}
