14.bed184d0.css 446 B

1234567891011121314151617181920212223
  1. #components-button-demo-button-group h4 {
  2. margin: 16px 0;
  3. font-size: 14px;
  4. line-height: 1;
  5. font-weight: normal;
  6. }
  7. #components-button-demo-button-group h4:first-child {
  8. margin-top: 0;
  9. }
  10. #components-button-demo-button-group .ant-btn-group {
  11. margin-right: 8px;
  12. }
  13. [id^='components-button-demo-'] .ant-btn {
  14. margin-right: 8px;
  15. margin-bottom: 12px;
  16. }
  17. [id^='components-button-demo-'] .ant-btn-group > .ant-btn {
  18. margin-right: 0;
  19. }