allfree-angular-frontend / src / app / components / chat-bot / chat-bot.component.scss
chat-bot.component.scss
Raw
.bot {
  min-height:48%;
  max-width: 60%;
  padding: 2em;
  border-radius: 10px;
}
iframe {
  min-height: 50%;
  border: 2px solid gray;
  border-radius: 15px;
}