rodolpheg

Untitled

Feb 3rd, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. .legend {
  2. text-align: left;
  3. line-height: 18px;
  4. color: #555;
  5. }
  6. .legend i {
  7. font: 12px Helvetica;
  8. width: 18px;
  9. height: 18px;
  10. float: left;
  11. margin-right: 6px;
  12. opacity: 0.7;
  13. }
  14. .info {
  15. padding: 16px 16px;
  16. font: 14px Helvetica;
  17. background: white;
  18. background: rgba(255,255,255,0.8);
  19. box-shadow: 0 0 15px rgba(0,0,0,0.2);
  20. border-radius: 5px;
  21. }
  22. .info h4 {
  23. margin: 0 0 5px; color: #777;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment