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

@modal-prefix-cls: ~'@{mega-prefix}-drawer';

.@{modal-prefix-cls} {
  &__footer {
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
    position: absolute;
    bottom: 20px;
    right: 0;
    text-align: center;
    width: 100%;
  }
}
