Explorar o código

Adjust input height.

oshikishintaro %!s(int64=5) %!d(string=hai) anos
pai
achega
42327bb726
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      src/client/styles/scss/molecules/slack-notification.scss

+ 7 - 1
src/client/styles/scss/molecules/slack-notification.scss

@@ -1,5 +1,5 @@
 .grw-slack-notification {
 .grw-slack-notification {
-  $input-height-slack: 24px;
+  $input-height-slack: $custom-control-indicator-size * 1.5;
   border-color: $gray-200;
   border-color: $gray-200;
 
 
   border-style: solid;
   border-style: solid;
@@ -24,6 +24,12 @@
   .grw-input-group-slack-notification {
   .grw-input-group-slack-notification {
     height: $input-height-slack;
     height: $input-height-slack;
   }
   }
+
+  .custom-control-label {
+    &::before {
+      border: transparent;
+    }
+  }
 }
 }
 // TODO デザインの使用が確定して実装、本タスクのスコープ外
 // TODO デザインの使用が確定して実装、本タスクのスコープ外
 // .grw-slack-notification-xd {
 // .grw-slack-notification-xd {