womusic-refund.scss 263 B

12345678910111213141516
  1. @import "../../../public/scss/reset.scss";
  2. .btn-default {
  3. opacity: 0.5;
  4. }
  5. .dialog-alert .content {
  6. min-height: 0.8rem;
  7. margin: 0.2rem 0.6rem;
  8. display: flex;
  9. align-items: center;
  10. justify-content: center;
  11. font-size: 0.3rem;
  12. text-align: center;
  13. }