Advertisement
Gosanova

Untitled

Dec 8th, 2019
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. /*
  2. * 2019 - Daniel Westergaard - @dwancin.
  3. */
  4.  
  5.  
  6.  
  7. /*talk bubbles*/
  8. .container-1YxwTf {
  9. background: rgba(0, 0, 0, 0.1);
  10. padding: 0px 7px 10px 10px;
  11. margin: 20px 10px 20px 80px;
  12. overflow: visible;
  13. border-radius: 0px 3px 3px 3px;}
  14.  
  15.  
  16.  
  17. .container-1YxwTf:last-of-type {
  18. margin-bottom: 30px !important; }
  19.  
  20. .container-1YxwTf::before {
  21. content: "";
  22. width: 0px;
  23. height: 0px;
  24. position: relative;
  25. left: -20px;
  26. top: 0px;
  27. display: block;
  28. transition: all 200ms ease;
  29. border-style: solid;
  30. border-width: 0 10px 10px 0;
  31. border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent; }
  32.  
  33. .container-1YxwTf .avatar-17mtNa {
  34. left: -70px;
  35. top: -10px;
  36. margin: 0;
  37. opacity: 1; }
  38.  
  39. .container-1YxwTf .headerCozyMeta-rdohGq {
  40. margin-left: -40px; }
  41.  
  42. .messages-3amgkR .divider-32i8lo {
  43. margin: 25px 6px 25px 20px;
  44. display: none; }
  45.  
  46. .content-3dzVd8, .localBotMessage-1cGMdw {
  47. padding: 0;
  48. margin: 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement