SlackNotification.module.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. @use '@growi/core/scss/bootstrap/init' as bs;
  2. // TODO: activate (https://redmine.weseek.co.jp/issues/128307)
  3. .grw-slack-notification :global {
  4. // $input-height-slack: bs.$form-check-indicator-size * 1.5;
  5. // border-color: bs.$gray-200;
  6. // border-style: solid;
  7. // border-width: 1px;
  8. // border-radius: $input-height-slack/2 2px 2px $input-height-slack/2;
  9. // .form-control {
  10. // height: $input-height-slack;
  11. // border: transparent;
  12. // @include bs.media-breakpoint-up(sm) {
  13. // width: 130px;
  14. // }
  15. // @include bs.media-breakpoint-up(md) {
  16. // width: 180px;
  17. // }
  18. // }
  19. // // height settings for slack button's responsive design
  20. // // in the input and form-control element
  21. // .grw-form-control-slack-notification.form-control {
  22. // height: $input-height-slack;
  23. // }
  24. // .grw-input-group-slack-notification {
  25. // height: $input-height-slack;
  26. // label {
  27. // display: flex;
  28. // align-items: center;
  29. // justify-content: center;
  30. // margin-bottom: 0;
  31. // }
  32. // }
  33. // .form-check-label {
  34. // &::before {
  35. // border: transparent;
  36. // }
  37. // }
  38. }
  39. // TODO デザインの使用が確定して実装、本タスクのスコープ外
  40. // .grw-slack-notification-xd {
  41. // }