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.

43 lines
717 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
  2. body {
  3. background-color: #ededed;
  4. font-family: 'Roboto', sans-serif;
  5. color: #656565;
  6. font-size: .95rem;
  7. }
  8. .container-fluid {
  9. width: 83%;
  10. }
  11. .bg-yellow {
  12. background-color: #f0c30f;
  13. }
  14. .btn {
  15. border-radius: 100px;
  16. padding: .375rem 1.5rem;
  17. }
  18. input {
  19. padding: 10px 22px;
  20. border-radius: 5px;
  21. border-color: transparent;
  22. }
  23. header.header {
  24. padding: 20px 0;
  25. box-shadow: inset 0 -1px 0 0 #bbb9b0;
  26. border-bottom: solid 5px #fff;
  27. margin-bottom: 25px;
  28. }
  29. .btn-secondary {
  30. color: #fff;
  31. background-color: #dd392b;
  32. border-color: #dd392b;
  33. }
  34. .text-blue {
  35. color: #06468d;
  36. }