SubscribeButton.module.scss 305 B

123456789101112131415161718
  1. @use '@growi/core-styles/scss/bootstrap/init' as bs;
  2. @use '@growi/ui/scss/atoms/btn-muted';
  3. @use './button-styles';
  4. .btn-subscribe :global {
  5. @extend %btn-basis;
  6. .total-counts {
  7. @extend %btn-total-counts-basis;
  8. }
  9. }
  10. // == Colors
  11. .btn-subscribe {
  12. @include btn-muted.colorize(bs.$success);
  13. }