zahmis пре 5 година
родитељ
комит
358d90c367
2 измењених фајлова са 0 додато и 40 уклоњено
  1. 0 22
      src/client/styles/scss/_on-edit.scss
  2. 0 18
      src/client/styles/scss/theme/_apply-colors.scss

+ 0 - 22
src/client/styles/scss/_on-edit.scss

@@ -119,28 +119,6 @@ body.on-edit {
     line-height: 1em;
   }
 
-  // .grw-slack-notification {
-  //   $input-height-slack: 1.8rem;
-  //   background-color: white;
-  //   border-color: $gray-200;
-
-  //   border-style: solid;
-  //   border-width: 1px;
-  //   border-radius: $input-height-slack/2 2px 2px $input-height-slack/2;
-
-  //   .form-control {
-  //     width: 80px;
-  //     height: $input-height-slack;
-  //     border: transparent;
-  //     @include media-breakpoint-up(sm) {
-  //       width: 130px;
-  //     }
-  //     @include media-breakpoint-up(md) {
-  //       width: 180px;
-  //     }
-  //   }
-  // }
-
   .grw-editor-navbar-bottom {
     height: $grw-editor-navbar-bottom-height;
 

+ 0 - 18
src/client/styles/scss/theme/_apply-colors.scss

@@ -327,24 +327,6 @@ body.on-edit {
     .page-editor-footer {
       border-top-color: $border-color-theme;
     }
-
-    //   .grw-slack-notification {
-    //     $color-slack: #4b144c;
-    //     .custom-control-label {
-    //       &::before {
-    //         background-color: $gray-200;
-    //         border-color: transparent;
-    //       }
-    //       &::after {
-    //         background-color: white;
-    //       }
-    //     }
-    //     .custom-control-input:checked ~ .custom-control-label {
-    //       &::before {
-    //         background-color: lighten($color-slack, 60%);
-    //       }
-    //     }
-    //   }
   }
 
   .grw-editor-navbar-bottom {