src/components/Widget/components/Conversation/components/AuthPlaceholder/styles.scss [22:31]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    padding: 12px;
    font-size: 13px !important;
    line-height: 20px;
    border-radius: 24px 24px 24px 0;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 1px 1px 6px 0 rgba(27, 4, 65, 0.1);
    color: $white;
    font-family: $fontfamily;
    align-self: flex-start;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/components/Widget/components/Conversation/components/Messages/components/Buttons/styles.scss [19:28]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    padding: 12px;
    font-size: 13px !important;
    line-height: 20px;
    border-radius: 24px 24px 24px 0;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 1px 1px 6px 0 rgba(27, 4, 65, 0.1);
    color: $white;
    font-family: $fontfamily;
    align-self: flex-start;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



