Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

73 lines
846 B

  1. body {
  2. padding: 2rem 0;
  3. }
  4. img.logo {
  5. width: 200px;
  6. margin-bottom: 1rem;
  7. }
  8. h1, h2 {
  9. font-weight: 700;
  10. }
  11. .footer {
  12. color: $gray-color;
  13. margin-top: 2rem;
  14. img {
  15. height: 18px;
  16. vertical-align: middle;
  17. margin: 0 0.2rem;
  18. }
  19. }
  20. .toast {
  21. .btn {
  22. margin-left: 1rem;
  23. text-decoration: none !important;
  24. i {
  25. margin-right: 0.3rem;
  26. }
  27. }
  28. }
  29. ul.problems {
  30. margin: 1rem 0;
  31. h5 {
  32. margin: 0;
  33. }
  34. li.menu {
  35. margin-bottom: 1rem;
  36. .toast {
  37. .btn {
  38. float: right;
  39. margin-top: -2px;
  40. }
  41. }
  42. }
  43. }
  44. ul.details {
  45. margin: 0.5rem;
  46. list-style: none;
  47. font-size: 90%;
  48. .menu-item {
  49. margin-top: .5rem !important;
  50. border-top: 1px solid $border-color;
  51. padding-top: 0.5rem;
  52. &:first-child {
  53. border: none;
  54. }
  55. }
  56. .menu-badge {
  57. padding: 0;
  58. }
  59. }