_button-styles.scss 315 B

1234567891011121314151617
  1. @use '@growi/core-styles/scss/bootstrap/init' as bs;
  2. %btn-basis {
  3. --bs-btn-padding-x: 6px;
  4. --bs-btn-padding-y: 6px;
  5. --bs-btn-line-height: 1em;
  6. --bs-btn-border-width: 0;
  7. --bs-btn-box-shadow: none;
  8. }
  9. %btn-total-counts-basis {
  10. --bs-btn-font-size: 13px;
  11. }
  12. %text-total-counts-basis {
  13. font-size: 13px;
  14. }