Advertisement
selvalives

Untitled

Aug 8th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. .sidenav {
  2. position: fixed;
  3. height: 100%;
  4. width: 220px;
  5. top: 0;
  6. left: 0;
  7. background-color: #111111;
  8. overflow-x: hidden;
  9. padding-top: 20px;
  10. span {
  11. padding: 6px 8px 6px 16px;
  12. text-decoration: none;
  13. font-size: 25px;
  14. font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  15. color: #818181;
  16. display: block;
  17. }.selected {
  18. color: #e1e1e1;
  19. }:hover {
  20. color: #f1f1f1;
  21. cursor: pointer;
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement