Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. .dropList .dropHed {
  2. cursor: pointer;
  3. }
  4. .dropList .dropItem {
  5. background-color: rgb(240,240,240);
  6. border-radius: 2px;
  7. margin-bottom: .6rem;
  8. padding: 1rem;
  9. }
  10. .dropList .dropHed span.cardinal {
  11. background-color: #A8A8A8;
  12. border-radius: 50%;
  13. color: white;
  14. float: left;
  15. font-size: 1.8rem;
  16. height: 2.4rem;
  17. letter-spacing: -1px;
  18. line-height: 2.2rem;
  19. margin-right: 1rem;
  20. text-align: center;
  21. text-indent: -1px;
  22. width: 2.4rem;
  23. }
  24. .dropList .dropHed h5 {
  25. float: left;
  26. margin-bottom: 0;
  27. width: calc(100% - 7rem);
  28. }
  29. .dropList .dropHed .fa{
  30. color: #5CA3E6;
  31. float: right;
  32. font-size: 2rem;
  33. line-height: 2.4rem;
  34. margin:0 1rem;
  35. }
  36. .dropList .dropText {
  37. display: none;
  38. padding: 1rem 4rem 1rem 0rem;
  39. }
  40. .dropList .expandedText {
  41. display: block;
  42. }
  43. .dropList p.dropText {
  44. font-family: 'Open Sans', Arial, sans-serif;
  45. font-size: 1.4rem;
  46. line-height: 1.8rem;
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement