Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .notes{
  2. display: block;
  3. position: relative;
  4. img{
  5. margin-left: 10px;
  6. display: inline-block;
  7. }
  8. .title {
  9. position: absolute;
  10. display: block;
  11. top: 20px;
  12. right: 0;
  13. padding: 4px;
  14. white-space: wrap;
  15. width: 290px;
  16. background-color: #fff;
  17. box-shadow: 3px 3px 3px rgba(0,0,0, .3);
  18. z-index: 1;
  19. border: 2px solid $theme_grafit_l;
  20. border-radius: 3px;
  21. height: 60px;
  22. overflow-y: scroll;
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement