Advertisement
gin_kovacs

tellit sidebar css

Jul 18th, 2018
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.61 KB | None | 0 0
  1. .nav > button {
  2.     border-bottom: 2px solid #181f27;
  3.     box-shadow: 0 3px 2px -2px #181f27;
  4. }
  5.  
  6. .nav > button:hover{
  7.     color: #eeeff7;
  8.     background-color: #0e6b09;
  9.     font-style: italic;
  10. }
  11. a:hover{
  12.     text-decoration: none;
  13.     color: #6faf56 !important;
  14.     font-style: italic;
  15. }
  16.  
  17. a {
  18.     color: #eeeff7;
  19. }
  20.  
  21. i{
  22.     color: #eeeff7;
  23. }
  24.  
  25. i:hover {
  26.     text-decoration: none;
  27.     color: #6faf56 !important;
  28.     font-style: italic;
  29. }
  30.  
  31. .sidebar {
  32.     position: fixed;
  33.     top: 43px;
  34.     width: 16.6%;
  35. }
  36.  
  37. .listCover
  38. {
  39.     border: 1px solid #181f27;
  40. }
  41.  
  42. button {
  43.     font-weight: 500;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement