@@ -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>
@@ -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
@@ -81,7 +81,7 @@
margin-bottom: 20px;
- .card-header:not(#customBotWithoutProxySettingsAccordion) {
+ .card-header {
font-weight: 700;
text-transform: none;