@prefixCls: ~'igloo-transit-leave-confirm';

@media screen and (max-width: 768px) {
  .@{prefixCls}-modal {
    width: 288px !important;

    :global {
      .ant-modal-confirm-title {
        line-height: 24px;
      }

      .igloo-modal-footer-btns {
        width: 100%;
        margin-top: 0;
        padding: 16px 0 0;

        .igloo-modal-footer-button {
          width: 100% !important;

          &:not(:first-child) {
            margin-top: 12px;
          }

          &:last-child {
            margin-left: 0;
          }
        }
      }
    }
  }
}
