style/master.css [506:529]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
/**** Chat ****/
.slack-slogan {
  height: 62px;
}
.chat-slack-integration {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: initial;
}
.chat-slack-integration label {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 6px;
}
.chat-email-input {
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 100;
}
.chat-submit-slack {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



style/master.less [575:604]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

/**** Chat ****/

.slack-slogan {
    height: 62px;
}

.chat-slack-integration {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: initial;
}

.chat-slack-integration label {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 6px;
}

.chat-email-input {
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 100;
}

.chat-submit-slack {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



