Yuki Takei 2 лет назад
Родитель
Сommit
d64ed92cae

+ 3 - 3
apps/app/src/components/PageTimeline.module.scss

@@ -1,11 +1,11 @@
-@use '../styles/bootstrap/variables' as var;
+@use '../styles/bootstrap/init' as bs;
 
 
 .card-timeline :global {
 .card-timeline :global {
   margin-bottom: 3rem;
   margin-bottom: 3rem;
-  border: 1px solid var.$gray-300;
+  border: 1px solid bs.$gray-300;
 
 
   .card-header {
   .card-header {
-    background-color: var.$gray-300;
+    background-color: bs.$gray-300;
   }
   }
 
 
   .card-body {
   .card-body {

+ 35 - 34
apps/app/src/components/SlackNotification.module.scss

@@ -1,43 +1,44 @@
 @use '~/styles/bootstrap/init' as bs;
 @use '~/styles/bootstrap/init' as bs;
 
 
+// TODO: activate (https://redmine.weseek.co.jp/issues/128307)
 .grw-slack-notification :global {
 .grw-slack-notification :global {
-  $input-height-slack: bs.$custom-control-indicator-size * 1.5;
-  border-color: bs.$gray-200;
+  // $input-height-slack: bs.$custom-control-indicator-size * 1.5;
+  // border-color: bs.$gray-200;
 
 
-  border-style: solid;
-  border-width: 1px;
-  border-radius: $input-height-slack/2 2px 2px $input-height-slack/2;
+  // border-style: solid;
+  // border-width: 1px;
+  // border-radius: $input-height-slack/2 2px 2px $input-height-slack/2;
 
 
-  .form-control {
-    height: $input-height-slack;
-    border: transparent;
-    @include bs.media-breakpoint-up(sm) {
-      width: 130px;
-    }
-    @include bs.media-breakpoint-up(md) {
-      width: 180px;
-    }
-  }
-  // height settings for slack button's responsive design
-  // in the input and form-control element
-  .grw-form-control-slack-notification.form-control {
-    height: $input-height-slack;
-  }
-  .grw-input-group-slack-notification {
-    height: $input-height-slack;
-    label {
-      display: flex;
-      align-items: center;
-      justify-content: center;
-      margin-bottom: 0;
-    }
-  }
+  // .form-control {
+  //   height: $input-height-slack;
+  //   border: transparent;
+  //   @include bs.media-breakpoint-up(sm) {
+  //     width: 130px;
+  //   }
+  //   @include bs.media-breakpoint-up(md) {
+  //     width: 180px;
+  //   }
+  // }
+  // // height settings for slack button's responsive design
+  // // in the input and form-control element
+  // .grw-form-control-slack-notification.form-control {
+  //   height: $input-height-slack;
+  // }
+  // .grw-input-group-slack-notification {
+  //   height: $input-height-slack;
+  //   label {
+  //     display: flex;
+  //     align-items: center;
+  //     justify-content: center;
+  //     margin-bottom: 0;
+  //   }
+  // }
 
 
-  .custom-control-label {
-    &::before {
-      border: transparent;
-    }
-  }
+  // .custom-control-label {
+  //   &::before {
+  //     border: transparent;
+  //   }
+  // }
 }
 }
 // TODO デザインの使用が確定して実装、本タスクのスコープ外
 // TODO デザインの使用が確定して実装、本タスクのスコープ外
 // .grw-slack-notification-xd {
 // .grw-slack-notification-xd {