Steven Fukase 5 anos atrás
pai
commit
6800c9f5bb

+ 1 - 1
src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettingsAccordion.jsx

@@ -38,7 +38,7 @@ const CustomBotWithoutSettingsAccordion = () => {
                 <a href="#">
                   <p className="text-center mt-1">
                     <small>
-                      {t('slack_integration.how_to_create_a_bot')}
+                      {t('slack_integration.without_proxy.how_to_create_a_bot')}
                       <i className="fa fa-external-link ml-2" aria-hidden="true" />
                     </small>
                   </p>

+ 4 - 0
src/client/styles/scss/_admin.scss

@@ -87,6 +87,10 @@
     cursor: pointer;
   }
 
+  #customBotWithoutProxySettingsAccordion .card-header {
+    font-weight: 300;
+  }
+
   //// TODO: migrate to Bootstrap 4
   //// omit all .btn-toggle and use Switches
   //// https://getbootstrap.com/docs/4.2/components/forms/#switches

+ 1 - 1
src/client/styles/scss/_override-bootstrap.scss

@@ -81,7 +81,7 @@
     margin-bottom: 20px;
   }
 
-  .card-header:not(#customBotWithoutProxySettingsAccordion) {
+  .card-header {
     font-weight: 700;
     text-transform: none;
   }