proposal-detail.component.scss 439 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .review-buttons {
  2. text-align: center;
  3. button {
  4. margin: 0 20px;
  5. }
  6. }
  7. .user-icon {
  8. width: 40px;
  9. height: 40px;
  10. border: 1px solid #666;
  11. line-height: 50px;
  12. text-align: center;
  13. margin-right: 10px;
  14. color: inherit;
  15. }
  16. .info-bg {
  17. background: #a9daf2;
  18. }
  19. .secondary-bg {
  20. background: #ddd;
  21. }
  22. .list-unstyled {
  23. li {
  24. margin: 0;
  25. }
  26. }
  27. .log {
  28. padding: 10px;
  29. margin-bottom: 10px;
  30. p {
  31. margin-bottom: 5px;
  32. }
  33. }