@import '../../style/themes/index';
@import '../../style/mixins/index';

@page-picker-prefix-cls: m-page-picker;

.@{page-picker-prefix-cls} {
  width: @page-picker-width;

  & > :first-child {
    margin-bottom: 12px;
  }
  &-choose-item {
    display: block;
    height: @page-picker-choose-item-height;
    line-height: @page-picker-choose-item-line-height;
  }

  &-text {
    width: @page-picker-text-width;
    margin-left: @page-picker-text-margin-left;
  }

  &-bottom {
    padding-top: @page-picker-bottom-padding-top;
    text-align: right;
    & > :first-child {
      margin-right: 8px;
    }
  }
}
