Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. .App {
  2. width: 400px;
  3. margin-bottom: 10px;
  4. }
  5.  
  6. .App span.icon {
  7. position: absolute;
  8. }
  9.  
  10. .icon {
  11. padding: 8px;
  12. color: black;
  13. min-width: 25px;
  14. text-align: center;
  15. font-size: 20px;
  16. font-weight: bold;
  17. }
  18.  
  19. input {
  20. width: 100%;
  21. height: 20px;
  22. border: 1px solid #c6c8d8;
  23. background-color: #f5f5f5;
  24. padding: 10px 10px 10px 35px;
  25. }
  26.  
  27. .list-item {
  28. width: 100%;
  29. border-bottom: 1px solid #ccc;
  30. }
  31.  
  32. .list-item.active {
  33. background-color: #dbe3ff;
  34. }
  35.  
  36. .list-item:hover {
  37. background-color: #dbe3ff;
  38. }
  39.  
  40. a {
  41. text-decoration: none;
  42. color: black;
  43. display: block;
  44. width: 100%;
  45. height: 100%;
  46. padding: 10px 5px;
  47. }
  48.  
  49. .empty {
  50. padding-left: 5px;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement