Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. @import '../../theme/variables.scss';
  2.  
  3.  
  4. .content{
  5. background-color: map-get($colors, 'light');
  6.  
  7. .chats{
  8. .chat{
  9. margin: 10px 0px;
  10. border-bottom:none;
  11. border: none;
  12. width: 80%;
  13. .time{
  14. position:absolute;
  15. right: 3px;
  16. bottom:0px;
  17. color: grey;
  18. font-size: 10px;
  19. }
  20.  
  21. &.me{
  22. background: #DCF8C6;
  23. float:right;
  24. text-align: right;
  25. }
  26. }
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement